Html Css Color HEX #B4B8CF Echo Blue

📋 copy color: '#B4B8CF'

red 180 ◦ green 184 ◦ blue 207

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

Shades of Echo Blue #B4B8CF

Tints of Echo Blue #B4B8CF

RGB

 RED value IS 180 (70.7% from 255) = 31.52%

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 31.52%
G = 32.22%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4B8CF (or 0xB4B8CF) is known color: Echo Blue. HEX triplet: B4, B8 and CF. RGB value is (180,184,207). Sum of RGB (Red+Green+Blue) = 180+184+207=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8CF is #4B4730. Grayscale: #B9B9B9. Windows color (decimal): -4933425 or 13613236. OLE color: 13613236.

HSL color Cylindrical-coordinate representation of color #B4B8CF: hue angle of 231.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B8CF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 184 207 -
CMYK 0.13 0.11 0 0.19
HSL 231.11º 0.22% 0.76% -
HSV(B) 231.11º 0.13% 0.81% -
XYZ 47.23 48.49 65.9 -
YUV 185.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 180 184 207 0.13 0.11 0 0.19 231.11 0.22 0.76
Hex B4 B8 CF D B 0 13 E7 16 4C
Octal 264 270 317 15 13 0 23 347 26 114
Binary 10110100 10111000 11001111 1101 1011 0 10011 11100111 10110 1001100

Color Harmonies of #B4B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B8CF

Black with #B4B8CF

Text Example


Text Example

White with #B4B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B8CF; }

 p { color: rgb(180,184,207); }

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

background-color css

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

 a { background-color: rgb(180,184,207); }

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

border-color css

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

 span { border-color: rgb(180,184,207); }

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