#BEDDBB

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

Shades of Surf Crest #BEDDBB

Tints of Surf Crest #BEDDBB

Color information

#BEDDBB (or 0xBEDDBB) is unknown color: approx Surf Crest. HEX triplet: BE, DD and BB. RGB value is (190,221,187). Sum of RGB (Red+Green+Blue) = 190+221+187=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDBB is #412244. Grayscale: #CFCFCF. Windows color (decimal): -4268613 or 12311998. OLE color: 12311998.

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

Color convert

RGB190221187-
CMYK0.1400.150.13
HSL114.71º33.33%80%-
HSV(B)114.71º15.38%86.67%-
XYZ56.0666.2556.85-
YUV207.86116.23115.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=31.77%
G=36.96%
B=31.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211870.1400.150.13114.7133.3380
HexBEDDBBE0FD732150
Octal276335273160171516341120
Binary101111101101110110111011111001111110111100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDBB; }

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

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

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

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

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

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

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

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