Html Css Color HEX #B3BBCC Spindle

📋 copy color: '#B3BBCC'

red 179 ◦ green 187 ◦ blue 204

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

Shades of Spindle #B3BBCC

Tints of Spindle #B3BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 31.4%
G = 32.81%
B = 35.79%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B3BBCC (or 0xB3BBCC) is known color: Spindle. HEX triplet: B3, BB and CC. RGB value is (179,187,204). Sum of RGB (Red+Green+Blue) = 179+187+204=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBCC is #4C4433. Grayscale: #BABABA. Windows color (decimal): -4998196 or 13417395. OLE color: 13417395.

HSL color Cylindrical-coordinate representation of color #B3BBCC: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BBCC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 187 204 -
CMYK 0.12 0.08 0 0.2
HSL 220.8º 0.2% 0.75% -
HSV(B) 220.8º 0.12% 0.8% -
XYZ 47.26 49.48 64.19 -
YUV 186.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 179 187 204 0.12 0.08 0 0.2 220.8 0.2 0.75
Hex B3 BB CC C 8 0 14 DD 14 4B
Octal 263 273 314 14 10 0 24 335 24 113
Binary 10110011 10111011 11001100 1100 1000 0 10100 11011101 10100 1001011

Color Harmonies of #B3BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBCC

Black with #B3BBCC

Text Example


Text Example

White with #B3BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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