Html Css Color HEX #B9C3CE Spindle

📋 copy color: '#B9C3CE'

red 185 ◦ green 195 ◦ blue 206

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

Shades of Spindle #B9C3CE

Tints of Spindle #B9C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

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

R = 31.57%
G = 33.28%
B = 35.15%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9C3CE (or 0xB9C3CE) is known color: Spindle. HEX triplet: B9, C3 and CE. RGB value is (185,195,206). Sum of RGB (Red+Green+Blue) = 185+195+206=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3CE is #463C31. Grayscale: #C1C1C1. Windows color (decimal): -4602930 or 13550521. OLE color: 13550521.

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

Color convert

RGB 185 195 206 -
CMYK 0.10 0.05 0 0.19
HSL 211.43º 0.18% 0.77% -
HSV(B) 211.43º 0.1% 0.81% -
XYZ 50.66 53.8 66.11 -
YUV 193.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 185 195 206 0.10 0.05 0 0.19 211.43 0.18 0.77
Hex B9 C3 CE A 5 0 13 D3 12 4D
Octal 271 303 316 12 5 0 23 323 22 115
Binary 10111001 11000011 11001110 1010 101 0 10011 11010011 10010 1001101

Color Harmonies of #B9C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3CE

Black with #B9C3CE

Text Example


Text Example

White with #B9C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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