Html Css Color HEX #B8BCCA Echo Blue

📋 copy color: '#B8BCCA'

red 184 ◦ green 188 ◦ blue 202

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

Shades of Echo Blue #B8BCCA

Tints of Echo Blue #B8BCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 32.06%
G = 32.75%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B8BCCA (or 0xB8BCCA) is known color: Echo Blue. HEX triplet: B8, BC and CA. RGB value is (184,188,202). Sum of RGB (Red+Green+Blue) = 184+188+202=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCCA is #474335. Grayscale: #BCBCBC. Windows color (decimal): -4670262 or 13286584. OLE color: 13286584.

HSL color Cylindrical-coordinate representation of color #B8BCCA: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BCCA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 188 202 -
CMYK 0.09 0.07 0 0.21
HSL 226.67º 0.15% 0.76% -
HSV(B) 226.67º 0.09% 0.79% -
XYZ 48.41 50.42 63.06 -
YUV 188.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 184 188 202 0.09 0.07 0 0.21 226.67 0.15 0.76
Hex B8 BC CA 9 7 0 15 E3 F 4C
Octal 270 274 312 11 7 0 25 343 17 114
Binary 10111000 10111100 11001010 1001 111 0 10101 11100011 1111 1001100

Color Harmonies of #B8BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCCA

Black with #B8BCCA

Text Example


Text Example

White with #B8BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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