#BCC0FF

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

Shades of Lavender Blue #BCC0FF

Tints of Lavender Blue #BCC0FF

Color information

#BCC0FF (or 0xBCC0FF) is unknown color: approx Lavender Blue. HEX triplet: BC, C0 and FF. RGB value is (188,192,255). Sum of RGB (Red+Green+Blue) = 188+192+255=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FF is #433F00. Grayscale: #C5C5C5. Windows color (decimal): -4407041 or 16761020. OLE color: 16761020.

HSL color Cylindrical-coordinate representation of color #BCC0FF: hue angle of 236.42º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC0FF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188192255-
CMYK0.260.2500
HSL236.42º100%86.86%-
HSV(B)236.42º26.27%100%-
XYZ57.6455.61102.3-
YUV197.99160.17120.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 255 (100% from 255) = 40.16%
R=29.61%
G=30.24%
B=40.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881922550.260.2500236.4210086.86
HexBCC0FF1A1900ec6457
Octal274300377323100354144127
Binary1011110011000000111111111101011001001110110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0FF; }

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

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

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

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

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

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

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

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