#BCC5FB

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

Shades of Lavender Blue #BCC5FB

Tints of Lavender Blue #BCC5FB

Color information

#BCC5FB (or 0xBCC5FB) is unknown color: approx Lavender Blue. HEX triplet: BC, C5 and FB. RGB value is (188,197,251). Sum of RGB (Red+Green+Blue) = 188+197+251=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FB is #433A04. Grayscale: #C8C8C8. Windows color (decimal): -4405765 or 16500156. OLE color: 16500156.

HSL color Cylindrical-coordinate representation of color #BCC5FB: hue angle of 231.43º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC5FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188197251-
CMYK0.250.2200.02
HSL231.43º88.73%86.08%-
HSV(B)231.43º25.1%98.43%-
XYZ58.1257.5999.32-
YUV200.46156.52119.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=29.56%
G=30.97%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881972510.250.2200.02231.4388.7386.08
HexBCC5FB191602e75956
Octal274305373312602347131126
Binary10111100110001011111101111001101100101110011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5FB; }

 p { color: rgb(188,197,251); }

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

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

 a { background-color: rgb(188,197,251); }

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

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

 span { border-color: rgb(188,197,251); }

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