#BBDEC4

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

Shades of Edgewater #BBDEC4

Tints of Edgewater #BBDEC4

Color information

#BBDEC4 (or 0xBBDEC4) is unknown color: approx Edgewater. HEX triplet: BB, DE and C4. RGB value is (187,222,196). Sum of RGB (Red+Green+Blue) = 187+222+196=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC4 is #44213B. Grayscale: #D0D0D0. Windows color (decimal): -4464956 or 12902075. OLE color: 12902075.

HSL color Cylindrical-coordinate representation of color #BBDEC4: hue angle of 135.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEC4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB187222196-
CMYK0.1600.120.13
HSL135.43º34.65%80.2%-
HSV(B)135.43º15.77%87.06%-
XYZ56.5866.7962.13-
YUV208.57120.9112.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=30.91%
G=36.69%
B=32.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221960.1600.120.13135.4334.6580.2
HexBBDEC4100CD872350
Octal273336304200141520743120
Binary10111011110111101100010010000011001101100001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEC4; }

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

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

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

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

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

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

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

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