#B9C4CD

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

Shades of Spindle #B9C4CD

Tints of Spindle #B9C4CD

Color information

#B9C4CD (or 0xB9C4CD) is unknown color: approx Spindle. HEX triplet: B9, C4 and CD. RGB value is (185,196,205). Sum of RGB (Red+Green+Blue) = 185+196+205=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4CD is #463B32. Grayscale: #C1C1C1. Windows color (decimal): -4602675 or 13485241. OLE color: 13485241.

HSL color Cylindrical-coordinate representation of color #B9C4CD: hue angle of 207º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C4CD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185196205-
CMYK0.100.0400.20
HSL207º16.67%76.47%-
HSV(B)207º9.76%80.39%-
XYZ50.7754.265.54-
YUV193.74134.36121.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=31.57%
G=33.45%
B=34.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851962050.100.0400.2020716.6776.47
HexB9C4CDA4014cf114c
Octal27130431512402431721114
Binary101110011100010011001101101010001010011001111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4CD; }

 p { color: rgb(185,196,205); }

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

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

 a { background-color: rgb(185,196,205); }

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

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

 span { border-color: rgb(185,196,205); }

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