#BCBEFC

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

Shades of Lavender Blue #BCBEFC

Tints of Lavender Blue #BCBEFC

Color information

#BCBEFC (or 0xBCBEFC) is unknown color: approx Lavender Blue. HEX triplet: BC, BE and FC. RGB value is (188,190,252). Sum of RGB (Red+Green+Blue) = 188+190+252=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEFC is #434103. Grayscale: #C4C4C4. Windows color (decimal): -4407556 or 16563900. OLE color: 16563900.

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

Color convert

RGB188190252-
CMYK0.250.2500.01
HSL238.12º91.43%86.27%-
HSV(B)238.12º25.4%98.82%-
XYZ56.7254.5599.63-
YUV196.47159.34121.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 252 (98.83% from 255) = 40%
R=29.84%
G=30.16%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881902520.250.2500.01238.1291.4386.27
HexBCBEFC191901ee5b56
Octal274276374313101356133126
Binary1011110010111110111111001100111001011110111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEFC; }

 p { color: rgb(188,190,252); }

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

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

 a { background-color: rgb(188,190,252); }

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

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

 span { border-color: rgb(188,190,252); }

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