Html Css Color HEX #B9C2CE Spindle

📋 copy color: '#B9C2CE'

red 185 ◦ green 194 ◦ blue 206

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

Shades of Spindle #B9C2CE

Tints of Spindle #B9C2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

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

R = 31.62%
G = 33.16%
B = 35.21%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9C2CE (or 0xB9C2CE) is known color: Spindle. HEX triplet: B9, C2 and CE. RGB value is (185,194,206). Sum of RGB (Red+Green+Blue) = 185+194+206=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2CE is #463D31. Grayscale: #C0C0C0. Windows color (decimal): -4603186 or 13550265. OLE color: 13550265.

HSL color Cylindrical-coordinate representation of color #B9C2CE: hue angle of 214.29º 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 #B9C2CE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 194 206 -
CMYK 0.10 0.06 0 0.19
HSL 214.29º 0.18% 0.77% -
HSV(B) 214.29º 0.1% 0.81% -
XYZ 50.44 53.35 66.03 -
YUV 192.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 185 194 206 0.10 0.06 0 0.19 214.29 0.18 0.77
Hex B9 C2 CE A 6 0 13 D6 12 4D
Octal 271 302 316 12 6 0 23 326 22 115
Binary 10111001 11000010 11001110 1010 110 0 10011 11010110 10010 1001101

Color Harmonies of #B9C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2CE

Black with #B9C2CE

Text Example


Text Example

White with #B9C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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