Html Css Color HEX #B3BCCC Spindle

📋 copy color: '#B3BCCC'

red 179 ◦ green 188 ◦ blue 204

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

Shades of Spindle #B3BCCC

Tints of Spindle #B3BCCC

RGB

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

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

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

R = 31.35%
G = 32.92%
B = 35.73%

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

#B3BCCC (or 0xB3BCCC) is known color: Spindle. HEX triplet: B3, BC and CC. RGB value is (179,188,204). Sum of RGB (Red+Green+Blue) = 179+188+204=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCCC is #4C4333. Grayscale: #BBBBBB. Windows color (decimal): -4997940 or 13417651. OLE color: 13417651.

HSL color Cylindrical-coordinate representation of color #B3BCCC: hue angle of 218.4º 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 #B3BCCC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 188 204 -
CMYK 0.12 0.08 0 0.2
HSL 218.4º 0.2% 0.75% -
HSV(B) 218.4º 0.12% 0.8% -
XYZ 47.47 49.91 64.26 -
YUV 187.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 179 188 204 0.12 0.08 0 0.2 218.4 0.2 0.75
Hex B3 BC CC C 8 0 14 DA 14 4B
Octal 263 274 314 14 10 0 24 332 24 113
Binary 10110011 10111100 11001100 1100 1000 0 10100 11011010 10100 1001011

Color Harmonies of #B3BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BCCC

Black with #B3BCCC

Text Example


Text Example

White with #B3BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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