Html Css Color HEX #B9BEC5 Spindle

📋 copy color: '#B9BEC5'

red 185 ◦ green 190 ◦ blue 197

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

Shades of Spindle #B9BEC5

Tints of Spindle #B9BEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 32.34%
G = 33.22%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B9BEC5 (or 0xB9BEC5) is known color: Spindle. HEX triplet: B9, BE and C5. RGB value is (185,190,197). Sum of RGB (Red+Green+Blue) = 185+190+197=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEC5 is #46413A. Grayscale: #BDBDBD. Windows color (decimal): -4604219 or 12959417. OLE color: 12959417.

HSL color Cylindrical-coordinate representation of color #B9BEC5: hue angle of 215º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9BEC5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 190 197 -
CMYK 0.06 0.04 0 0.23
HSL 215º 0.09% 0.75% -
HSV(B) 215º 0.06% 0.77% -
XYZ 48.5 51.17 60.14 -
YUV 189.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 185 190 197 0.06 0.04 0 0.23 215 0.09 0.75
Hex B9 BE C5 6 4 0 17 D7 9 4B
Octal 271 276 305 6 4 0 27 327 11 113
Binary 10111001 10111110 11000101 110 100 0 10111 11010111 1001 1001011

Color Harmonies of #B9BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEC5

Black with #B9BEC5

Text Example


Text Example

White with #B9BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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