#BFC0EF

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

Shades of Lavender Blue #BFC0EF

Tints of Lavender Blue #BFC0EF

Color information

#BFC0EF (or 0xBFC0EF) is unknown color: approx Lavender Blue. HEX triplet: BF, C0 and EF. RGB value is (191,192,239). Sum of RGB (Red+Green+Blue) = 191+192+239=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0EF is #403F10. Grayscale: #C4C4C4. Windows color (decimal): -4210449 or 15712447. OLE color: 15712447.

HSL color Cylindrical-coordinate representation of color #BFC0EF: hue angle of 238.75º 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 #BFC0EF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191192239-
CMYK0.200.2000.06
HSL238.75º60%84.31%-
HSV(B)238.75º20.08%93.73%-
XYZ55.9255.0189.33-
YUV197.06151.67123.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=30.71%
G=30.87%
B=38.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911922390.200.2000.06238.756084.31
HexBFC0EF141406ef3c54
Octal27730035724240635774124
Binary10111111110000001110111110100101000110111011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0EF; }

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

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

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

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

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

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

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

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