Html Css Color HEX #BBE2C5 Edgewater

📋 copy color: '#BBE2C5'

red 187 ◦ green 226 ◦ blue 197

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

Shades of Edgewater #BBE2C5

Tints of Edgewater #BBE2C5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.05%

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 30.66%
G = 37.05%
B = 32.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#BBE2C5 (or 0xBBE2C5) is known color: Edgewater. HEX triplet: BB, E2 and C5. RGB value is (187,226,197). Sum of RGB (Red+Green+Blue) = 187+226+197=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2C5 is #441D3A. Grayscale: #D3D3D3. Windows color (decimal): -4463931 or 12968635. OLE color: 12968635.

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

Color convert

RGB 187 226 197 -
CMYK 0.17 0 0.13 0.11
HSL 135.38º 0.4% 0.81% -
HSV(B) 135.38º 0.17% 0.89% -
XYZ 57.77 68.99 63.09 -
YUV 211.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 187 226 197 0.17 0 0.13 0.11 135.38 0.4 0.81
Hex BB E2 C5 11 0 D B 87 28 51
Octal 273 342 305 21 0 15 13 207 50 121
Binary 10111011 11100010 11000101 10001 0 1101 1011 10000111 101000 1010001

Color Harmonies of #BBE2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2C5

Black with #BBE2C5

Text Example


Text Example

White with #BBE2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2C5; }

 p { color: rgb(187,226,197); }

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

background-color css

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

 a { background-color: rgb(187,226,197); }

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

border-color css

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

 span { border-color: rgb(187,226,197); }

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