#BFCBFE

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

Shades of Lavender Blue #BFCBFE

Tints of Lavender Blue #BFCBFE

Color information

#BFCBFE (or 0xBFCBFE) is unknown color: approx Lavender Blue. HEX triplet: BF, CB and FE. RGB value is (191,203,254). Sum of RGB (Red+Green+Blue) = 191+203+254=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBFE is #403401. Grayscale: #CDCDCD. Windows color (decimal): -4207618 or 16698303. OLE color: 16698303.

HSL color Cylindrical-coordinate representation of color #BFCBFE: hue angle of 228.57º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCBFE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191203254-
CMYK0.250.2000.00
HSL228.57º96.92%87.25%-
HSV(B)228.57º24.8%99.61%-
XYZ60.7360.94102.33-
YUV205.23155.52117.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=29.48%
G=31.33%
B=39.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912032540.250.2000.00228.5796.9287.25
HexBFCBFE191400e56157
Octal277313376312400345141127
Binary1011111111001011111111101100110100001110010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBFE; }

 p { color: rgb(191,203,254); }

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

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

 a { background-color: rgb(191,203,254); }

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

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

 span { border-color: rgb(191,203,254); }

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