Html Css Color HEX #B4BCC9 Spindle

📋 copy color: '#B4BCC9'

red 180 ◦ green 188 ◦ blue 201

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

Shades of Spindle #B4BCC9

Tints of Spindle #B4BCC9

RGB

 RED value IS 180 (70.7% from 255) = 31.63%

 GREEN value IS 188 (73.83% from 255) = 33.04%

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

R = 31.63%
G = 33.04%
B = 35.33%

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

#B4BCC9 (or 0xB4BCC9) is known color: Spindle. HEX triplet: B4, BC and C9. RGB value is (180,188,201). Sum of RGB (Red+Green+Blue) = 180+188+201=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #B4BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCC9 is #4B4336. Grayscale: #BBBBBB. Windows color (decimal): -4932407 or 13221044. OLE color: 13221044.

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

Color convert

RGB 180 188 201 -
CMYK 0.10 0.06 0 0.21
HSL 217.14º 0.16% 0.75% -
HSV(B) 217.14º 0.1% 0.79% -
XYZ 47.35 49.89 62.39 -
YUV 187.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 180 188 201 0.10 0.06 0 0.21 217.14 0.16 0.75
Hex B4 BC C9 A 6 0 15 D9 10 4B
Octal 264 274 311 12 6 0 25 331 20 113
Binary 10110100 10111100 11001001 1010 110 0 10101 11011001 10000 1001011

Color Harmonies of #B4BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCC9

Black with #B4BCC9

Text Example


Text Example

White with #B4BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCC9; }

 p { color: rgb(180,188,201); }

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

background-color css

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

 a { background-color: rgb(180,188,201); }

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

border-color css

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

 span { border-color: rgb(180,188,201); }

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