#BCCAD2

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

Shades of Spindle #BCCAD2

Tints of Spindle #BCCAD2

Color information

#BCCAD2 (or 0xBCCAD2) is unknown color: approx Spindle. HEX triplet: BC, CA and D2. RGB value is (188,202,210). Sum of RGB (Red+Green+Blue) = 188+202+210=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD2 is #43352D. Grayscale: #C6C6C6. Windows color (decimal): -4404526 or 13814460. OLE color: 13814460.

HSL color Cylindrical-coordinate representation of color #BCCAD2: hue angle of 201.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCAD2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188202210-
CMYK0.100.0400.18
HSL201.82º19.64%78.04%-
HSV(B)201.82º10.48%82.35%-
XYZ53.4957.5969.27-
YUV198.73134.36120.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 210 (82.42% from 255) = 35%
R=31.33%
G=33.67%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882022100.100.0400.18201.8219.6478.04
HexBCCAD2A4012ca144e
Octal27431232212402231224116
Binary101111001100101011010010101010001001011001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAD2; }

 p { color: rgb(188,202,210); }

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

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

 a { background-color: rgb(188,202,210); }

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

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

 span { border-color: rgb(188,202,210); }

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