#BED5BB

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

Shades of Surf Crest #BED5BB

Tints of Surf Crest #BED5BB

Color information

#BED5BB (or 0xBED5BB) is unknown color: approx Surf Crest. HEX triplet: BE, D5 and BB. RGB value is (190,213,187). Sum of RGB (Red+Green+Blue) = 190+213+187=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5BB is #412A44. Grayscale: #CBCBCB. Windows color (decimal): -4270661 or 12309950. OLE color: 12309950.

HSL color Cylindrical-coordinate representation of color #BED5BB: hue angle of 113.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED5BB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB190213187-
CMYK0.1100.120.16
HSL113.08º23.64%78.43%-
HSV(B)113.08º12.21%83.53%-
XYZ5462.1256.16-
YUV203.16118.88118.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=32.20%
G=36.10%
B=31.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131870.1100.120.16113.0823.6478.43
HexBED5BBB0C1071184e
Octal276325273130142016130116
Binary101111101101010110111011101101100100001110001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5BB; }

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

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

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

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

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

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

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

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