Html Css Color HEX #B9C5CF Spindle

📋 copy color: '#B9C5CF'

red 185 ◦ green 197 ◦ blue 207

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

Shades of Spindle #B9C5CF

Tints of Spindle #B9C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 31.41%
G = 33.45%
B = 35.14%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9C5CF (or 0xB9C5CF) is known color: Spindle. HEX triplet: B9, C5 and CF. RGB value is (185,197,207). Sum of RGB (Red+Green+Blue) = 185+197+207=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5CF is #463A30. Grayscale: #C2C2C2. Windows color (decimal): -4602417 or 13616569. OLE color: 13616569.

HSL color Cylindrical-coordinate representation of color #B9C5CF: hue angle of 207.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9C5CF is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 197 207 -
CMYK 0.11 0.05 0 0.19
HSL 207.27º 0.19% 0.77% -
HSV(B) 207.27º 0.11% 0.81% -
XYZ 51.24 54.75 66.9 -
YUV 194.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 185 197 207 0.11 0.05 0 0.19 207.27 0.19 0.77
Hex B9 C5 CF B 5 0 13 CF 13 4D
Octal 271 305 317 13 5 0 23 317 23 115
Binary 10111001 11000101 11001111 1011 101 0 10011 11001111 10011 1001101

Color Harmonies of #B9C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C5CF

Black with #B9C5CF

Text Example


Text Example

White with #B9C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C5CF; }

 p { color: rgb(185,197,207); }

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

background-color css

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

 a { background-color: rgb(185,197,207); }

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

border-color css

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

 span { border-color: rgb(185,197,207); }

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