#BEDDB6

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

Shades of Surf Crest #BEDDB6

Tints of Surf Crest #BEDDB6

Color information

#BEDDB6 (or 0xBEDDB6) is unknown color: approx Surf Crest. HEX triplet: BE, DD and B6. RGB value is (190,221,182). Sum of RGB (Red+Green+Blue) = 190+221+182=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDB6 is #412249. Grayscale: #CFCFCF. Windows color (decimal): -4268618 or 11984318. OLE color: 11984318.

HSL color Cylindrical-coordinate representation of color #BEDDB6: hue angle of 107.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDDB6 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB190221182-
CMYK0.1400.180.13
HSL107.69º36.45%79.02%-
HSV(B)107.69º17.65%86.67%-
XYZ55.5466.0454.08-
YUV207.28113.73115.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=32.04%
G=37.27%
B=30.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211820.1400.180.13107.6936.4579.02
HexBEDDB6E012D6c244f
Octal276335266160221515444117
Binary1011111011011101101101101110010010110111011001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDB6; }

 p { color: rgb(190,221,182); }

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

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

 a { background-color: rgb(190,221,182); }

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

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

 span { border-color: rgb(190,221,182); }

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