#B4CAD9

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

Shades of Spindle #B4CAD9

Tints of Spindle #B4CAD9

Color information

#B4CAD9 (or 0xB4CAD9) is unknown color: approx Spindle. HEX triplet: B4, CA and D9. RGB value is (180,202,217). Sum of RGB (Red+Green+Blue) = 180+202+217=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CAD9 is #4B3526. Grayscale: #C5C5C5. Windows color (decimal): -4928807 or 14273204. OLE color: 14273204.

HSL color Cylindrical-coordinate representation of color #B4CAD9: hue angle of 204.32º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CAD9 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180202217-
CMYK0.170.0700.15
HSL204.32º32.74%77.84%-
HSV(B)204.32º17.05%85.1%-
XYZ52.4756.9573.87-
YUV197.13139.21115.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=30.05%
G=33.72%
B=36.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802022170.170.0700.15204.3232.7477.84
HexB4CAD91170Fcc214e
Octal26431233121701731441116
Binary1011010011001010110110011000111101111110011001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAD9; }

 p { color: rgb(180,202,217); }

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

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

 a { background-color: rgb(180,202,217); }

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

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

 span { border-color: rgb(180,202,217); }

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