#BED6BA

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

Shades of Surf Crest #BED6BA

Tints of Surf Crest #BED6BA

Color information

#BED6BA (or 0xBED6BA) is unknown color: approx Surf Crest. HEX triplet: BE, D6 and BA. RGB value is (190,214,186). Sum of RGB (Red+Green+Blue) = 190+214+186=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6BA is #412945. Grayscale: #CBCBCB. Windows color (decimal): -4270406 or 12244670. OLE color: 12244670.

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

Color convert

RGB190214186-
CMYK0.1100.130.16
HSL111.43º25.45%78.43%-
HSV(B)111.43º13.08%83.92%-
XYZ54.1462.5955.68-
YUV203.63118.05118.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 214 (83.98% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=32.20%
G=36.27%
B=31.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141860.1100.130.16111.4325.4578.43
HexBED6BAB0D106f194e
Octal276326272130152015731116
Binary101111101101011010111010101101101100001101111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6BA; }

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

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

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

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

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

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

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

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