#BCBFF5

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

Shades of Lavender Blue #BCBFF5

Tints of Lavender Blue #BCBFF5

Color information

#BCBFF5 (or 0xBCBFF5) is unknown color: approx Lavender Blue. HEX triplet: BC, BF and F5. RGB value is (188,191,245). Sum of RGB (Red+Green+Blue) = 188+191+245=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF5 is #43400A. Grayscale: #C4C4C4. Windows color (decimal): -4407307 or 16105404. OLE color: 16105404.

HSL color Cylindrical-coordinate representation of color #BCBFF5: hue angle of 236.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBFF5 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188191245-
CMYK0.230.2200.04
HSL236.84º74.03%84.9%-
HSV(B)236.84º23.27%96.08%-
XYZ55.8554.5593.97-
YUV196.26155.51122.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=30.13%
G=30.61%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881912450.230.2200.04236.8474.0384.9
HexBCBFF5171604ed4a55
Octal274277365272604355112125
Binary101111001011111111110101101111011001001110110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFF5; }

 p { color: rgb(188,191,245); }

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

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

 a { background-color: rgb(188,191,245); }

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

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

 span { border-color: rgb(188,191,245); }

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