#BFC1EE

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

Shades of Lavender Blue #BFC1EE

Tints of Lavender Blue #BFC1EE

Color information

#BFC1EE (or 0xBFC1EE) is unknown color: approx Lavender Blue. HEX triplet: BF, C1 and EE. RGB value is (191,193,238). Sum of RGB (Red+Green+Blue) = 191+193+238=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1EE is #403E11. Grayscale: #C5C5C5. Windows color (decimal): -4210194 or 15647167. OLE color: 15647167.

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

Color convert

RGB191193238-
CMYK0.200.1900.07
HSL237.45º58.02%84.12%-
HSV(B)237.45º19.75%93.33%-
XYZ55.9955.3988.63-
YUV197.53150.84123.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=30.71%
G=31.03%
B=38.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911932380.200.1900.07237.4558.0284.12
HexBFC1EE141307ed3a54
Octal27730135624230735572124
Binary10111111110000011110111010100100110111111011011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1EE; }

 p { color: rgb(191,193,238); }

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

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

 a { background-color: rgb(191,193,238); }

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

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

 span { border-color: rgb(191,193,238); }

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