Html Css Color HEX #B5BDC9 Spindle

📋 copy color: '#B5BDC9'

red 181 ◦ green 189 ◦ blue 201

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

Shades of Spindle #B5BDC9

Tints of Spindle #B5BDC9

RGB

 RED value IS 181 (71.09% from 255) = 31.7%

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

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

R = 31.7%
G = 33.1%
B = 35.2%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B5BDC9 (or 0xB5BDC9) is known color: Spindle. HEX triplet: B5, BD and C9. RGB value is (181,189,201). Sum of RGB (Red+Green+Blue) = 181+189+201=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDC9 is #4A4236. Grayscale: #BBBBBB. Windows color (decimal): -4866615 or 13221301. OLE color: 13221301.

HSL color Cylindrical-coordinate representation of color #B5BDC9: hue angle of 216º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BDC9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 189 201 -
CMYK 0.10 0.06 0 0.21
HSL 216º 0.16% 0.75% -
HSV(B) 216º 0.1% 0.79% -
XYZ 47.8 50.44 62.47 -
YUV 187.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 181 189 201 0.10 0.06 0 0.21 216 0.16 0.75
Hex B5 BD C9 A 6 0 15 D8 10 4B
Octal 265 275 311 12 6 0 25 330 20 113
Binary 10110101 10111101 11001001 1010 110 0 10101 11011000 10000 1001011

Color Harmonies of #B5BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDC9

Black with #B5BDC9

Text Example


Text Example

White with #B5BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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