#BED4BB

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

Shades of Surf Crest #BED4BB

Tints of Surf Crest #BED4BB

Color information

#BED4BB (or 0xBED4BB) is unknown color: approx Surf Crest. HEX triplet: BE, D4 and BB. RGB value is (190,212,187). Sum of RGB (Red+Green+Blue) = 190+212+187=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4BB is #412B44. Grayscale: #CACACA. Windows color (decimal): -4270917 or 12309694. OLE color: 12309694.

HSL color Cylindrical-coordinate representation of color #BED4BB: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED4BB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB190212187-
CMYK0.1000.120.17
HSL112.8º22.52%78.24%-
HSV(B)112.8º11.79%83.14%-
XYZ53.7561.6256.08-
YUV202.57119.21119.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=32.26%
G=35.99%
B=31.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121870.1000.120.17112.822.5278.24
HexBED4BBA0C1171174e
Octal276324273120142116127116
Binary101111101101010010111011101001100100011110001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4BB; }

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

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

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

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

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

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

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

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