#BFCCFE

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

Shades of Lavender Blue #BFCCFE

Tints of Lavender Blue #BFCCFE

Color information

#BFCCFE (or 0xBFCCFE) is unknown color: approx Lavender Blue. HEX triplet: BF, CC and FE. RGB value is (191,204,254). Sum of RGB (Red+Green+Blue) = 191+204+254=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFE is #403301. Grayscale: #CDCDCD. Windows color (decimal): -4207362 or 16698559. OLE color: 16698559.

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

Color convert

RGB191204254-
CMYK0.250.2000.00
HSL227.62º96.92%87.25%-
HSV(B)227.62º24.8%99.61%-
XYZ60.9761.42102.41-
YUV205.81155.19117.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=29.43%
G=31.43%
B=39.14%

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
Decimal1912042540.250.2000.00227.6296.9287.25
HexBFCCFE191400e46157
Octal277314376312400344141127
Binary1011111111001100111111101100110100001110010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCFE; }

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

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

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

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

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

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

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

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