Html Css Color HEX #B0B8CC Echo Blue

📋 copy color: '#B0B8CC'

red 176 ◦ green 184 ◦ blue 204

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

Shades of Echo Blue #B0B8CC

Tints of Echo Blue #B0B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.62%

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

R = 31.21%
G = 32.62%
B = 36.17%

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

#B0B8CC (or 0xB0B8CC) is known color: Echo Blue. HEX triplet: B0, B8 and CC. RGB value is (176,184,204). Sum of RGB (Red+Green+Blue) = 176+184+204=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0B8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B8CC is #4F4733. Grayscale: #B7B7B7. Windows color (decimal): -5195572 or 13416624. OLE color: 13416624.

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

Color convert

RGB 176 184 204 -
CMYK 0.14 0.10 0 0.2
HSL 222.86º 0.22% 0.75% -
HSV(B) 222.86º 0.14% 0.8% -
XYZ 45.94 47.87 63.95 -
YUV 183.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 176 184 204 0.14 0.10 0 0.2 222.86 0.22 0.75
Hex B0 B8 CC E A 0 14 DF 16 4B
Octal 260 270 314 16 12 0 24 337 26 113
Binary 10110000 10111000 11001100 1110 1010 0 10100 11011111 10110 1001011

Color Harmonies of #B0B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B8CC

Black with #B0B8CC

Text Example


Text Example

White with #B0B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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