Html Css Color HEX #BBBDC3 Echo Blue

📋 copy color: '#BBBDC3'

red 187 ◦ green 189 ◦ blue 195

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

Shades of Echo Blue #BBBDC3

Tints of Echo Blue #BBBDC3

RGB

 RED value IS 187 (73.44% from 255) = 32.75%

 GREEN value IS 189 (74.22% from 255) = 33.1%

 BLUE value IS 195 (76.56% from 255) = 34.15%

R = 32.75%
G = 33.1%
B = 34.15%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBBDC3 (or 0xBBBDC3) is known color: Echo Blue. HEX triplet: BB, BD and C3. RGB value is (187,189,195). Sum of RGB (Red+Green+Blue) = 187+189+195=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC3 is #44423C. Grayscale: #BDBDBD. Windows color (decimal): -4473405 or 12828091. OLE color: 12828091.

HSL color Cylindrical-coordinate representation of color #BBBDC3: hue angle of 225º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBDC3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 189 195 -
CMYK 0.04 0.03 0 0.24
HSL 225º 0.06% 0.75% -
HSV(B) 225º 0.04% 0.76% -
XYZ 48.54 50.9 58.9 -
YUV 189.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 187 189 195 0.04 0.03 0 0.24 225 0.06 0.75
Hex BB BD C3 4 3 0 18 E1 6 4B
Octal 273 275 303 4 3 0 30 341 6 113
Binary 10111011 10111101 11000011 100 11 0 11000 11100001 110 1001011

Color Harmonies of #BBBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC3

Black with #BBBDC3

Text Example


Text Example

White with #BBBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC3; }

 p { color: rgb(187,189,195); }

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

background-color css

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

 a { background-color: rgb(187,189,195); }

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

border-color css

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

 span { border-color: rgb(187,189,195); }

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