Html Css Color HEX #B5BFC9 Spindle

📋 copy color: '#B5BFC9'

red 181 ◦ green 191 ◦ blue 201

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

Shades of Spindle #B5BFC9

Tints of Spindle #B5BFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 33.33%

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

R = 31.59%
G = 33.33%
B = 35.08%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B5BFC9 (or 0xB5BFC9) is known color: Spindle. HEX triplet: B5, BF and C9. RGB value is (181,191,201). Sum of RGB (Red+Green+Blue) = 181+191+201=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFC9 is #4A4036. Grayscale: #BDBDBD. Windows color (decimal): -4866103 or 13221813. OLE color: 13221813.

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

Color convert

RGB 181 191 201 -
CMYK 0.10 0.05 0 0.21
HSL 210º 0.16% 0.75% -
HSV(B) 210º 0.1% 0.79% -
XYZ 48.23 51.3 62.62 -
YUV 189.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 181 191 201 0.10 0.05 0 0.21 210 0.16 0.75
Hex B5 BF C9 A 5 0 15 D2 10 4B
Octal 265 277 311 12 5 0 25 322 20 113
Binary 10110101 10111111 11001001 1010 101 0 10101 11010010 10000 1001011

Color Harmonies of #B5BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFC9

Black with #B5BFC9

Text Example


Text Example

White with #B5BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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