Html Css Color HEX #B9C2CD Spindle

📋 copy color: '#B9C2CD'

red 185 ◦ green 194 ◦ blue 205

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

Shades of Spindle #B9C2CD

Tints of Spindle #B9C2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 31.68%
G = 33.22%
B = 35.1%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9C2CD (or 0xB9C2CD) is known color: Spindle. HEX triplet: B9, C2 and CD. RGB value is (185,194,205). Sum of RGB (Red+Green+Blue) = 185+194+205=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2CD is #463D32. Grayscale: #C0C0C0. Windows color (decimal): -4603187 or 13484729. OLE color: 13484729.

HSL color Cylindrical-coordinate representation of color #B9C2CD: hue angle of 213º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C2CD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 194 205 -
CMYK 0.10 0.05 0 0.20
HSL 213º 0.17% 0.76% -
HSV(B) 213º 0.1% 0.8% -
XYZ 50.32 53.31 65.39 -
YUV 192.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 185 194 205 0.10 0.05 0 0.20 213 0.17 0.76
Hex B9 C2 CD A 5 0 14 D5 11 4C
Octal 271 302 315 12 5 0 24 325 21 114
Binary 10111001 11000010 11001101 1010 101 0 10100 11010101 10001 1001100

Color Harmonies of #B9C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2CD

Black with #B9C2CD

Text Example


Text Example

White with #B9C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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