#BFCAFE

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

Shades of Lavender Blue #BFCAFE

Tints of Lavender Blue #BFCAFE

Color information

#BFCAFE (or 0xBFCAFE) is unknown color: approx Lavender Blue. HEX triplet: BF, CA and FE. RGB value is (191,202,254). Sum of RGB (Red+Green+Blue) = 191+202+254=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAFE is #403501. Grayscale: #CCCCCC. Windows color (decimal): -4207874 or 16698047. OLE color: 16698047.

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

Color convert

RGB191202254-
CMYK0.250.2000.00
HSL229.52º96.92%87.25%-
HSV(B)229.52º24.8%99.61%-
XYZ60.560.47102.25-
YUV204.64155.86118.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=29.52%
G=31.22%
B=39.26%

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
Decimal1912022540.250.2000.00229.5296.9287.25
HexBFCAFE191400e66157
Octal277312376312400346141127
Binary1011111111001010111111101100110100001110011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAFE; }

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

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

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

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

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

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

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

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