#BFCBFC

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

Shades of Lavender Blue #BFCBFC

Tints of Lavender Blue #BFCBFC

Color information

#BFCBFC (or 0xBFCBFC) is unknown color: approx Lavender Blue. HEX triplet: BF, CB and FC. RGB value is (191,203,252). Sum of RGB (Red+Green+Blue) = 191+203+252=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBFC is #403403. Grayscale: #CCCCCC. Windows color (decimal): -4207620 or 16567231. OLE color: 16567231.

HSL color Cylindrical-coordinate representation of color #BFCBFC: hue angle of 228.2º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCBFC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191203252-
CMYK0.240.1900.01
HSL228.2º91.04%86.86%-
HSV(B)228.2º24.21%98.82%-
XYZ60.4160.82100.65-
YUV205154.52118.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=29.57%
G=31.42%
B=39.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912032520.240.1900.01228.291.0486.86
HexBFCBFC181301e45b57
Octal277313374302301344133127
Binary1011111111001011111111001100010011011110010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBFC; }

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

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

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

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

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

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

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

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