#BCCBFE

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

Shades of Lavender Blue #BCCBFE

Tints of Lavender Blue #BCCBFE

Color information

#BCCBFE (or 0xBCCBFE) is unknown color: approx Lavender Blue. HEX triplet: BC, CB and FE. RGB value is (188,203,254). Sum of RGB (Red+Green+Blue) = 188+203+254=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBFE is #433401. Grayscale: #CCCCCC. Windows color (decimal): -4404226 or 16698300. OLE color: 16698300.

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

Color convert

RGB188203254-
CMYK0.260.2000.00
HSL226.36º97.06%86.67%-
HSV(B)226.36º25.98%99.61%-
XYZ59.9860.56102.29-
YUV204.33156.03116.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=29.15%
G=31.47%
B=39.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882032540.260.2000.00226.3697.0686.67
HexBCCBFE1A1400e26157
Octal274313376322400342141127
Binary1011110011001011111111101101010100001110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBFE; }

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

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

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

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

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

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

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

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