Html Css Color HEX #B0B3CC Echo Blue

📋 copy color: '#B0B3CC'

red 176 ◦ green 179 ◦ blue 204

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

Shades of Echo Blue #B0B3CC

Tints of Echo Blue #B0B3CC

RGB

 RED value IS 176 (69.14% from 255) = 31.48%

 GREEN value IS 179 (70.31% from 255) = 32.02%

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

R = 31.48%
G = 32.02%
B = 36.49%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0B3CC (or 0xB0B3CC) is known color: Echo Blue. HEX triplet: B0, B3 and CC. RGB value is (176,179,204). Sum of RGB (Red+Green+Blue) = 176+179+204=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0B3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B3CC is #4F4C33. Grayscale: #B4B4B4. Windows color (decimal): -5196852 or 13415344. OLE color: 13415344.

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

Color convert

RGB 176 179 204 -
CMYK 0.14 0.12 0 0.2
HSL 233.57º 0.22% 0.75% -
HSV(B) 233.57º 0.14% 0.8% -
XYZ 44.92 45.83 63.61 -
YUV 180.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 176 179 204 0.14 0.12 0 0.2 233.57 0.22 0.75
Hex B0 B3 CC E C 0 14 EA 16 4B
Octal 260 263 314 16 14 0 24 352 26 113
Binary 10110000 10110011 11001100 1110 1100 0 10100 11101010 10110 1001011

Color Harmonies of #B0B3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B3CC

Black with #B0B3CC

Text Example


Text Example

White with #B0B3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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