Html Css Color HEX #B9BEC8 Spindle

📋 copy color: '#B9BEC8'

red 185 ◦ green 190 ◦ blue 200

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

Shades of Spindle #B9BEC8

Tints of Spindle #B9BEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 32.17%
G = 33.04%
B = 34.78%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9BEC8 (or 0xB9BEC8) is known color: Spindle. HEX triplet: B9, BE and C8. RGB value is (185,190,200). Sum of RGB (Red+Green+Blue) = 185+190+200=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: blue. Hex color #B9BEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEC8 is #464137. Grayscale: #BDBDBD. Windows color (decimal): -4604216 or 13156025. OLE color: 13156025.

HSL color Cylindrical-coordinate representation of color #B9BEC8: hue angle of 220º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BEC8 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 190 200 -
CMYK 0.08 0.05 0 0.22
HSL 220º 0.12% 0.75% -
HSV(B) 220º 0.07% 0.78% -
XYZ 48.85 51.31 61.97 -
YUV 189.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 185 190 200 0.08 0.05 0 0.22 220 0.12 0.75
Hex B9 BE C8 8 5 0 16 DC C 4B
Octal 271 276 310 10 5 0 26 334 14 113
Binary 10111001 10111110 11001000 1000 101 0 10110 11011100 1100 1001011

Color Harmonies of #B9BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEC8

Black with #B9BEC8

Text Example


Text Example

White with #B9BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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