Html Css Color HEX #B9C5CE Spindle

📋 copy color: '#B9C5CE'

red 185 ◦ green 197 ◦ blue 206

#B9C5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #B9C5CE

Tints of Spindle #B9C5CE

RGB

 RED value IS 185 (72.66% from 255) = 31.46%

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 31.46%
G = 33.5%
B = 35.03%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9C5CE (or 0xB9C5CE) is known color: Spindle. HEX triplet: B9, C5 and CE. RGB value is (185,197,206). Sum of RGB (Red+Green+Blue) = 185+197+206=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5CE is #463A31. Grayscale: #C2C2C2. Windows color (decimal): -4602418 or 13551033. OLE color: 13551033.

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

Color convert

RGB 185 197 206 -
CMYK 0.10 0.04 0 0.19
HSL 205.71º 0.18% 0.77% -
HSV(B) 205.71º 0.1% 0.81% -
XYZ 51.11 54.7 66.26 -
YUV 194.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 185 197 206 0.10 0.04 0 0.19 205.71 0.18 0.77
Hex B9 C5 CE A 4 0 13 CE 12 4D
Octal 271 305 316 12 4 0 23 316 22 115
Binary 10111001 11000101 11001110 1010 100 0 10011 11001110 10010 1001101

Color Harmonies of #B9C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C5CE

Black with #B9C5CE

Text Example


Text Example

White with #B9C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C5CE; }

 p { color: rgb(185,197,206); }

 H1.HeaderClassName
 {
   color: #B9C5CE;
 }
 .AnyTagClassName
 {
   color: #B9C5CE;
 }
</style>

background-color css

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

 a { background-color: rgb(185,197,206); }

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

border-color css

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

 span { border-color: rgb(185,197,206); }

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