Html Css Color HEX #B9C1CE Spindle

📋 copy color: '#B9C1CE'

red 185 ◦ green 193 ◦ blue 206

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

Shades of Spindle #B9C1CE

Tints of Spindle #B9C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

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

R = 31.68%
G = 33.05%
B = 35.27%

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

#B9C1CE (or 0xB9C1CE) is known color: Spindle. HEX triplet: B9, C1 and CE. RGB value is (185,193,206). Sum of RGB (Red+Green+Blue) = 185+193+206=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1CE is #463E31. Grayscale: #C0C0C0. Windows color (decimal): -4603442 or 13550009. OLE color: 13550009.

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

Color convert

RGB 185 193 206 -
CMYK 0.10 0.06 0 0.19
HSL 217.14º 0.18% 0.77% -
HSV(B) 217.14º 0.1% 0.81% -
XYZ 50.22 52.91 65.96 -
YUV 192.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 185 193 206 0.10 0.06 0 0.19 217.14 0.18 0.77
Hex B9 C1 CE A 6 0 13 D9 12 4D
Octal 271 301 316 12 6 0 23 331 22 115
Binary 10111001 11000001 11001110 1010 110 0 10011 11011001 10010 1001101

Color Harmonies of #B9C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C1CE

Black with #B9C1CE

Text Example


Text Example

White with #B9C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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