Html Css Color HEX #B9BDC9 Spindle

📋 copy color: '#B9BDC9'

red 185 ◦ green 189 ◦ blue 201

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

Shades of Spindle #B9BDC9

Tints of Spindle #B9BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

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

R = 32.17%
G = 32.87%
B = 34.96%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9BDC9 (or 0xB9BDC9) is known color: Spindle. HEX triplet: B9, BD and C9. RGB value is (185,189,201). Sum of RGB (Red+Green+Blue) = 185+189+201=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC9 is #464236. Grayscale: #BDBDBD. Windows color (decimal): -4604471 or 13221305. OLE color: 13221305.

HSL color Cylindrical-coordinate representation of color #B9BDC9: hue angle of 225º 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 #B9BDC9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 189 201 -
CMYK 0.08 0.06 0 0.21
HSL 225º 0.13% 0.76% -
HSV(B) 225º 0.08% 0.79% -
XYZ 48.75 50.93 62.52 -
YUV 189.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 185 189 201 0.08 0.06 0 0.21 225 0.13 0.76
Hex B9 BD C9 8 6 0 15 E1 D 4C
Octal 271 275 311 10 6 0 25 341 15 114
Binary 10111001 10111101 11001001 1000 110 0 10101 11100001 1101 1001100

Color Harmonies of #B9BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDC9

Black with #B9BDC9

Text Example


Text Example

White with #B9BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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