Html Css Color HEX #B5BBC4 Spindle

📋 copy color: '#B5BBC4'

red 181 ◦ green 187 ◦ blue 196

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

Shades of Spindle #B5BBC4

Tints of Spindle #B5BBC4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.16%

 BLUE value IS 196 (76.95% from 255) = 34.75%

R = 32.09%
G = 33.16%
B = 34.75%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B5BBC4 (or 0xB5BBC4) is known color: Spindle. HEX triplet: B5, BB and C4. RGB value is (181,187,196). Sum of RGB (Red+Green+Blue) = 181+187+196=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBC4 is #4A443B. Grayscale: #BABABA. Windows color (decimal): -4867132 or 12893109. OLE color: 12893109.

HSL color Cylindrical-coordinate representation of color #B5BBC4: hue angle of 216º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5BBC4 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 187 196 -
CMYK 0.08 0.05 0 0.23
HSL 216º 0.11% 0.74% -
HSV(B) 216º 0.08% 0.77% -
XYZ 46.79 49.35 59.28 -
YUV 186.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 181 187 196 0.08 0.05 0 0.23 216 0.11 0.74
Hex B5 BB C4 8 5 0 17 D8 B 4A
Octal 265 273 304 10 5 0 27 330 13 112
Binary 10110101 10111011 11000100 1000 101 0 10111 11011000 1011 1001010

Color Harmonies of #B5BBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBC4

Black with #B5BBC4

Text Example


Text Example

White with #B5BBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBC4; }

 p { color: rgb(181,187,196); }

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

background-color css

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

 a { background-color: rgb(181,187,196); }

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

border-color css

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

 span { border-color: rgb(181,187,196); }

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