Html Css Color HEX #B0B7CC Echo Blue

📋 copy color: '#B0B7CC'

red 176 ◦ green 183 ◦ blue 204

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

Shades of Echo Blue #B0B7CC

Tints of Echo Blue #B0B7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.5%

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

R = 31.26%
G = 32.5%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0B7CC (or 0xB0B7CC) is known color: Echo Blue. HEX triplet: B0, B7 and CC. RGB value is (176,183,204). Sum of RGB (Red+Green+Blue) = 176+183+204=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0B7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7CC is #4F4833. Grayscale: #B7B7B7. Windows color (decimal): -5195828 or 13416368. OLE color: 13416368.

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

Color convert

RGB 176 183 204 -
CMYK 0.14 0.10 0 0.2
HSL 225º 0.22% 0.75% -
HSV(B) 225º 0.14% 0.8% -
XYZ 45.74 47.46 63.88 -
YUV 183.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 176 183 204 0.14 0.10 0 0.2 225 0.22 0.75
Hex B0 B7 CC E A 0 14 E1 16 4B
Octal 260 267 314 16 12 0 24 341 26 113
Binary 10110000 10110111 11001100 1110 1010 0 10100 11100001 10110 1001011

Color Harmonies of #B0B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B7CC

Black with #B0B7CC

Text Example


Text Example

White with #B0B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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