Html Css Color HEX #B9C6CE Spindle

📋 copy color: '#B9C6CE'

red 185 ◦ green 198 ◦ blue 206

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

Shades of Spindle #B9C6CE

Tints of Spindle #B9C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

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

R = 31.41%
G = 33.62%
B = 34.97%

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

#B9C6CE (or 0xB9C6CE) is known color: Spindle. HEX triplet: B9, C6 and CE. RGB value is (185,198,206). Sum of RGB (Red+Green+Blue) = 185+198+206=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6CE is #463931. Grayscale: #C2C2C2. Windows color (decimal): -4602162 or 13551289. OLE color: 13551289.

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

Color convert

RGB 185 198 206 -
CMYK 0.10 0.04 0 0.19
HSL 202.86º 0.18% 0.77% -
HSV(B) 202.86º 0.1% 0.81% -
XYZ 51.34 55.16 66.33 -
YUV 195.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 185 198 206 0.10 0.04 0 0.19 202.86 0.18 0.77
Hex B9 C6 CE A 4 0 13 CB 12 4D
Octal 271 306 316 12 4 0 23 313 22 115
Binary 10111001 11000110 11001110 1010 100 0 10011 11001011 10010 1001101

Color Harmonies of #B9C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C6CE

Black with #B9C6CE

Text Example


Text Example

White with #B9C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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