Html Css Color HEX #B8BCC6 Echo Blue

📋 copy color: '#B8BCC6'

red 184 ◦ green 188 ◦ blue 198

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

Shades of Echo Blue #B8BCC6

Tints of Echo Blue #B8BCC6

RGB

 RED value IS 184 (72.27% from 255) = 32.28%

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

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 32.28%
G = 32.98%
B = 34.74%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B8BCC6 (or 0xB8BCC6) is known color: Echo Blue. HEX triplet: B8, BC and C6. RGB value is (184,188,198). Sum of RGB (Red+Green+Blue) = 184+188+198=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCC6 is #474339. Grayscale: #BBBBBB. Windows color (decimal): -4670266 or 13024440. OLE color: 13024440.

HSL color Cylindrical-coordinate representation of color #B8BCC6: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8BCC6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 188 198 -
CMYK 0.07 0.05 0 0.22
HSL 222.86º 0.11% 0.75% -
HSV(B) 222.86º 0.07% 0.78% -
XYZ 47.94 50.23 60.6 -
YUV 187.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 184 188 198 0.07 0.05 0 0.22 222.86 0.11 0.75
Hex B8 BC C6 7 5 0 16 DF B 4B
Octal 270 274 306 7 5 0 26 337 13 113
Binary 10111000 10111100 11000110 111 101 0 10110 11011111 1011 1001011

Color Harmonies of #B8BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCC6

Black with #B8BCC6

Text Example


Text Example

White with #B8BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCC6; }

 p { color: rgb(184,188,198); }

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

background-color css

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

 a { background-color: rgb(184,188,198); }

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

border-color css

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

 span { border-color: rgb(184,188,198); }

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