#B9CAD1

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

Shades of Spindle #B9CAD1

Tints of Spindle #B9CAD1

Color information

#B9CAD1 (or 0xB9CAD1) is unknown color: approx Spindle. HEX triplet: B9, CA and D1. RGB value is (185,202,209). Sum of RGB (Red+Green+Blue) = 185+202+209=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAD1 is #46352E. Grayscale: #C5C5C5. Windows color (decimal): -4601135 or 13748921. OLE color: 13748921.

HSL color Cylindrical-coordinate representation of color #B9CAD1: hue angle of 197.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CAD1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185202209-
CMYK0.110.0300.18
HSL197.5º20.69%77.25%-
HSV(B)197.5º11.48%81.96%-
XYZ52.6457.1668.58-
YUV197.72134.37118.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=31.04%
G=33.89%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852022090.110.0300.18197.520.6977.25
HexB9CAD1B3012c6154d
Octal27131232113302230625115
Binary10111001110010101101000110111101001011000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAD1; }

 p { color: rgb(185,202,209); }

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

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

 a { background-color: rgb(185,202,209); }

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

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

 span { border-color: rgb(185,202,209); }

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