Html Css Color HEX #B9C4CC Spindle

📋 copy color: '#B9C4CC'

red 185 ◦ green 196 ◦ blue 204

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

Shades of Spindle #B9C4CC

Tints of Spindle #B9C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.5%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 31.62%
G = 33.5%
B = 34.87%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9C4CC (or 0xB9C4CC) is known color: Spindle. HEX triplet: B9, C4 and CC. RGB value is (185,196,204). Sum of RGB (Red+Green+Blue) = 185+196+204=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9C4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4CC is #463B33. Grayscale: #C1C1C1. Windows color (decimal): -4602676 or 13419705. OLE color: 13419705.

HSL color Cylindrical-coordinate representation of color #B9C4CC: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C4CC is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 196 204 -
CMYK 0.09 0.04 0 0.2
HSL 205.26º 0.16% 0.76% -
HSV(B) 205.26º 0.09% 0.8% -
XYZ 50.65 54.15 64.91 -
YUV 193.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 185 196 204 0.09 0.04 0 0.2 205.26 0.16 0.76
Hex B9 C4 CC 9 4 0 14 CD 10 4C
Octal 271 304 314 11 4 0 24 315 20 114
Binary 10111001 11000100 11001100 1001 100 0 10100 11001101 10000 1001100

Color Harmonies of #B9C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C4CC

Black with #B9C4CC

Text Example


Text Example

White with #B9C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C4CC; }

 p { color: rgb(185,196,204); }

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

background-color css

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

 a { background-color: rgb(185,196,204); }

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

border-color css

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

 span { border-color: rgb(185,196,204); }

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