#BED6AF

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

Shades of Surf Crest #BED6AF

Tints of Surf Crest #BED6AF

Color information

#BED6AF (or 0xBED6AF) is unknown color: approx Surf Crest. HEX triplet: BE, D6 and AF. RGB value is (190,214,175). Sum of RGB (Red+Green+Blue) = 190+214+175=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6AF is #412950. Grayscale: #CACACA. Windows color (decimal): -4270417 or 11523774. OLE color: 11523774.

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

Color convert

RGB190214175-
CMYK0.1100.180.16
HSL96.92º32.23%76.27%-
HSV(B)96.92º18.22%83.92%-
XYZ53.0262.1449.76-
YUV202.38112.55119.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=32.82%
G=36.96%
B=30.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141750.1100.180.1696.9232.2376.27
HexBED6AFB0121061204c
Octal276326257130222014140114
Binary10111110110101101010111110110100101000011000011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6AF; }

 p { color: rgb(190,214,175); }

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

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

 a { background-color: rgb(190,214,175); }

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

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

 span { border-color: rgb(190,214,175); }

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