#BBE2C4

Color #BBE2C4 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #BBE2C4

Tints of Edgewater #BBE2C4

Color information

#BBE2C4 (or 0xBBE2C4) is unknown color: approx Edgewater. HEX triplet: BB, E2 and C4. RGB value is (187,226,196). Sum of RGB (Red+Green+Blue) = 187+226+196=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2C4 is #441D3B. Grayscale: #D3D3D3. Windows color (decimal): -4463932 or 12903099. OLE color: 12903099.

HSL color Cylindrical-coordinate representation of color #BBE2C4: hue angle of 133.85º 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 #BBE2C4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB187226196-
CMYK0.1700.130.11
HSL133.85º40.21%80.98%-
HSV(B)133.85º17.26%88.63%-
XYZ57.6568.9462.49-
YUV210.92119.58110.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 226 (88.67% from 255) = 37.11%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=30.71%
G=37.11%
B=32.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872261960.1700.130.11133.8540.2180.98
HexBBE2C4110DB862851
Octal273342304210151320650121
Binary10111011111000101100010010001011011011100001101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2C4; }

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

 H1.HeaderClassName
 {
   color: #BBE2C4;
 }
 .AnyTagClassName
 {
   color: #BBE2C4;
 }
</style>
background-color css

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

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

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

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

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

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