#BFD0EC

Color #BFD0EC Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFD0EC

Tints of Periwinkle #BFD0EC

Color information

#BFD0EC (or 0xBFD0EC) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and EC. RGB value is (191,208,236). Sum of RGB (Red+Green+Blue) = 191+208+236=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0EC is #402F13. Grayscale: #CDCDCD. Windows color (decimal): -4206356 or 15519935. OLE color: 15519935.

HSL color Cylindrical-coordinate representation of color #BFD0EC: hue angle of 217.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD0EC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191208236-
CMYK0.190.1200.07
HSL217.33º54.22%83.73%-
HSV(B)217.33º19.07%92.55%-
XYZ59.1862.2488.25-
YUV206.11144.87117.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=30.08%
G=32.76%
B=37.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912082360.190.1200.07217.3354.2283.73
HexBFD0EC13C07d93654
Octal27732035423140733166124
Binary1011111111010000111011001001111000111110110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0EC; }

 p { color: rgb(191,208,236); }

 H1.HeaderClassName
 {
   color: #BFD0EC;
 }
 .AnyTagClassName
 {
   color: #BFD0EC;
 }
</style>
background-color css

<style>
 a { background-color: #BFD0EC; }

 a { background-color: rgb(191,208,236); }

 div.DivClassName
 {
   background-color: #BFD0EC;
 }
 .BgClassName
 {
   background-color: #BFD0EC;
 }
</style>
border-color css

<style>
 span { border-color: #BFD0EC; }

 span { border-color: rgb(191,208,236); }

 td.TdClassName
 {
   border-color: #BFD0EC;
 }
 .TagClassName
 {
   border-color: #BFD0EC;
 }
</style>