#BCC3FE

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

Shades of Lavender Blue #BCC3FE

Tints of Lavender Blue #BCC3FE

Color information

#BCC3FE (or 0xBCC3FE) is unknown color: approx Lavender Blue. HEX triplet: BC, C3 and FE. RGB value is (188,195,254). Sum of RGB (Red+Green+Blue) = 188+195+254=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3FE is #433C01. Grayscale: #C7C7C7. Windows color (decimal): -4406274 or 16696252. OLE color: 16696252.

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

Color convert

RGB188195254-
CMYK0.260.2300.00
HSL233.64º97.06%86.67%-
HSV(B)233.64º25.98%99.61%-
XYZ58.1456.88101.68-
YUV199.63158.68119.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=29.51%
G=30.61%
B=39.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881952540.260.2300.00233.6497.0686.67
HexBCC3FE1A1700ea6157
Octal274303376322700352141127
Binary1011110011000011111111101101010111001110101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3FE; }

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

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

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

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

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

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

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

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