Html Css Color HEX #B3BBC7 Spindle

📋 copy color: '#B3BBC7'

red 179 ◦ green 187 ◦ blue 199

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

Shades of Spindle #B3BBC7

Tints of Spindle #B3BBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.22%

R = 31.68%
G = 33.1%
B = 35.22%

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

#B3BBC7 (or 0xB3BBC7) is known color: Spindle. HEX triplet: B3, BB and C7. RGB value is (179,187,199). Sum of RGB (Red+Green+Blue) = 179+187+199=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #B3BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBC7 is #4C4438. Grayscale: #B9B9B9. Windows color (decimal): -4998201 or 13089715. OLE color: 13089715.

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

Color convert

RGB 179 187 199 -
CMYK 0.10 0.06 0 0.22
HSL 216º 0.15% 0.74% -
HSV(B) 216º 0.1% 0.78% -
XYZ 46.67 49.25 61.08 -
YUV 185.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 179 187 199 0.10 0.06 0 0.22 216 0.15 0.74
Hex B3 BB C7 A 6 0 16 D8 F 4A
Octal 263 273 307 12 6 0 26 330 17 112
Binary 10110011 10111011 11000111 1010 110 0 10110 11011000 1111 1001010

Color Harmonies of #B3BBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBC7

Black with #B3BBC7

Text Example


Text Example

White with #B3BBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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