#BFC2EF

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

Shades of Lavender Blue #BFC2EF

Tints of Lavender Blue #BFC2EF

Color information

#BFC2EF (or 0xBFC2EF) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and EF. RGB value is (191,194,239). Sum of RGB (Red+Green+Blue) = 191+194+239=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2EF is #403D10. Grayscale: #C6C6C6. Windows color (decimal): -4209937 or 15712959. OLE color: 15712959.

HSL color Cylindrical-coordinate representation of color #BFC2EF: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC2EF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191194239-
CMYK0.200.1900.06
HSL236.25º60%84.31%-
HSV(B)236.25º20.08%93.73%-
XYZ56.3655.8989.48-
YUV198.23151.01122.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=30.61%
G=31.09%
B=38.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911942390.200.1900.06236.256084.31
HexBFC2EF141306ec3c54
Octal27730235724230635474124
Binary10111111110000101110111110100100110110111011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2EF; }

 p { color: rgb(191,194,239); }

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

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

 a { background-color: rgb(191,194,239); }

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

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

 span { border-color: rgb(191,194,239); }

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