#BCC0FD

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

Shades of Lavender Blue #BCC0FD

Tints of Lavender Blue #BCC0FD

Color information

#BCC0FD (or 0xBCC0FD) is unknown color: approx Lavender Blue. HEX triplet: BC, C0 and FD. RGB value is (188,192,253). Sum of RGB (Red+Green+Blue) = 188+192+253=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FD is #433F02. Grayscale: #C5C5C5. Windows color (decimal): -4407043 or 16629948. OLE color: 16629948.

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

Color convert

RGB188192253-
CMYK0.260.2400.01
HSL236.31º94.2%86.47%-
HSV(B)236.31º25.69%99.22%-
XYZ57.3255.48100.62-
YUV197.76159.17121.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=29.70%
G=30.33%
B=39.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881922530.260.2400.01236.3194.286.47
HexBCC0FD1A1801ec5e56
Octal274300375323001354136126
Binary1011110011000000111111011101011000011110110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0FD; }

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

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

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

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

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

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

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

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