Html Css Color HEX #B9BEC9 Spindle

📋 copy color: '#B9BEC9'

red 185 ◦ green 190 ◦ blue 201

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

Shades of Spindle #B9BEC9

Tints of Spindle #B9BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.99%

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 32.12%
G = 32.99%
B = 34.9%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9BEC9 (or 0xB9BEC9) is known color: Spindle. HEX triplet: B9, BE and C9. RGB value is (185,190,201). Sum of RGB (Red+Green+Blue) = 185+190+201=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEC9 is #464136. Grayscale: #BDBDBD. Windows color (decimal): -4604215 or 13221561. OLE color: 13221561.

HSL color Cylindrical-coordinate representation of color #B9BEC9: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9BEC9 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 190 201 -
CMYK 0.08 0.05 0 0.21
HSL 221.25º 0.13% 0.76% -
HSV(B) 221.25º 0.08% 0.79% -
XYZ 48.96 51.36 62.59 -
YUV 189.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 185 190 201 0.08 0.05 0 0.21 221.25 0.13 0.76
Hex B9 BE C9 8 5 0 15 DD D 4C
Octal 271 276 311 10 5 0 25 335 15 114
Binary 10111001 10111110 11001001 1000 101 0 10101 11011101 1101 1001100

Color Harmonies of #B9BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEC9

Black with #B9BEC9

Text Example


Text Example

White with #B9BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEC9; }

 p { color: rgb(185,190,201); }

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

background-color css

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

 a { background-color: rgb(185,190,201); }

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

border-color css

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

 span { border-color: rgb(185,190,201); }

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