Html Css Color HEX #B3BBC8 Spindle

📋 copy color: '#B3BBC8'

red 179 ◦ green 187 ◦ blue 200

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

Shades of Spindle #B3BBC8

Tints of Spindle #B3BBC8

RGB

 RED value IS 179 (70.31% from 255) = 31.63%

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

 BLUE value IS 200 (78.52% from 255) = 35.34%

R = 31.63%
G = 33.04%
B = 35.34%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B3BBC8 (or 0xB3BBC8) is known color: Spindle. HEX triplet: B3, BB and C8. RGB value is (179,187,200). Sum of RGB (Red+Green+Blue) = 179+187+200=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #B3BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBC8 is #4C4437. Grayscale: #BABABA. Windows color (decimal): -4998200 or 13155251. OLE color: 13155251.

HSL color Cylindrical-coordinate representation of color #B3BBC8: hue angle of 217.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BBC8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 187 200 -
CMYK 0.10 0.06 0 0.22
HSL 217.14º 0.16% 0.74% -
HSV(B) 217.14º 0.11% 0.78% -
XYZ 46.79 49.29 61.69 -
YUV 186.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 179 187 200 0.10 0.06 0 0.22 217.14 0.16 0.74
Hex B3 BB C8 A 6 0 16 D9 10 4A
Octal 263 273 310 12 6 0 26 331 20 112
Binary 10110011 10111011 11001000 1010 110 0 10110 11011001 10000 1001010

Color Harmonies of #B3BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBC8

Black with #B3BBC8

Text Example


Text Example

White with #B3BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBC8; }

 p { color: rgb(179,187,200); }

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

background-color css

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

 a { background-color: rgb(179,187,200); }

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

border-color css

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

 span { border-color: rgb(179,187,200); }

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