#BCC6FD

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

Shades of Lavender Blue #BCC6FD

Tints of Lavender Blue #BCC6FD

Color information

#BCC6FD (or 0xBCC6FD) is unknown color: approx Lavender Blue. HEX triplet: BC, C6 and FD. RGB value is (188,198,253). Sum of RGB (Red+Green+Blue) = 188+198+253=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6FD is #433902. Grayscale: #C9C9C9. Windows color (decimal): -4405507 or 16631484. OLE color: 16631484.

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

Color convert

RGB188198253-
CMYK0.260.2200.01
HSL230.77º94.2%86.47%-
HSV(B)230.77º25.69%99.22%-
XYZ58.6658.17101.06-
YUV201.28157.19118.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=29.42%
G=30.99%
B=39.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881982530.260.2200.01230.7794.286.47
HexBCC6FD1A1601e75e56
Octal274306375322601347136126
Binary1011110011000110111111011101010110011110011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6FD; }

 p { color: rgb(188,198,253); }

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

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

 a { background-color: rgb(188,198,253); }

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

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

 span { border-color: rgb(188,198,253); }

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