Html Css Color HEX #B9C0CE Spindle

📋 copy color: '#B9C0CE'

red 185 ◦ green 192 ◦ blue 206

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

Shades of Spindle #B9C0CE

Tints of Spindle #B9C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.93%

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

R = 31.73%
G = 32.93%
B = 35.33%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9C0CE (or 0xB9C0CE) is known color: Spindle. HEX triplet: B9, C0 and CE. RGB value is (185,192,206). Sum of RGB (Red+Green+Blue) = 185+192+206=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0CE is #463F31. Grayscale: #BFBFBF. Windows color (decimal): -4603698 or 13549753. OLE color: 13549753.

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

Color convert

RGB 185 192 206 -
CMYK 0.10 0.07 0 0.19
HSL 220º 0.18% 0.77% -
HSV(B) 220º 0.1% 0.81% -
XYZ 50 52.47 65.89 -
YUV 191.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 185 192 206 0.10 0.07 0 0.19 220 0.18 0.77
Hex B9 C0 CE A 7 0 13 DC 12 4D
Octal 271 300 316 12 7 0 23 334 22 115
Binary 10111001 11000000 11001110 1010 111 0 10011 11011100 10010 1001101

Color Harmonies of #B9C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0CE

Black with #B9C0CE

Text Example


Text Example

White with #B9C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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