#BFCBFF

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

Shades of Lavender Blue #BFCBFF

Tints of Lavender Blue #BFCBFF

Color information

#BFCBFF (or 0xBFCBFF) is unknown color: approx Lavender Blue. HEX triplet: BF, CB and FF. RGB value is (191,203,255). Sum of RGB (Red+Green+Blue) = 191+203+255=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBFF is #403400. Grayscale: #CDCDCD. Windows color (decimal): -4207617 or 16763839. OLE color: 16763839.

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

Color convert

RGB191203255-
CMYK0.250.2000
HSL228.75º100%87.45%-
HSV(B)228.75º25.1%100%-
XYZ60.8961.01103.17-
YUV205.34156.02117.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 255 (100% from 255) = 39.29%
R=29.43%
G=31.28%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912032550.250.2000228.7510087.45
HexBFCBFF191400e56457
Octal277313377312400345144127
Binary1011111111001011111111111100110100001110010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBFF; }

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

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

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

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

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

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

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

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