#BCC1FF

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

Shades of Lavender Blue #BCC1FF

Tints of Lavender Blue #BCC1FF

Color information

#BCC1FF (or 0xBCC1FF) is unknown color: approx Lavender Blue. HEX triplet: BC, C1 and FF. RGB value is (188,193,255). Sum of RGB (Red+Green+Blue) = 188+193+255=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1FF is #433E00. Grayscale: #C6C6C6. Windows color (decimal): -4406785 or 16761276. OLE color: 16761276.

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

Color convert

RGB188193255-
CMYK0.260.2400
HSL235.52º100%86.86%-
HSV(B)235.52º26.27%100%-
XYZ57.8656.05102.38-
YUV198.57159.84120.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 193 (75.78% from 255) = 30.35%
BLUE value IS 255 (100% from 255) = 40.09%
R=29.56%
G=30.35%
B=40.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881932550.260.2400235.5210086.86
HexBCC1FF1A1800ec6457
Octal274301377323000354144127
Binary1011110011000001111111111101011000001110110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1FF; }

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

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

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

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

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

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

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

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