#BEDFB9

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

Shades of Surf Crest #BEDFB9

Tints of Surf Crest #BEDFB9

Color information

#BEDFB9 (or 0xBEDFB9) is unknown color: approx Surf Crest. HEX triplet: BE, DF and B9. RGB value is (190,223,185). Sum of RGB (Red+Green+Blue) = 190+223+185=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFB9 is #412046. Grayscale: #D0D0D0. Windows color (decimal): -4268103 or 12181438. OLE color: 12181438.

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

Color convert

RGB190223185-
CMYK0.1500.170.13
HSL112.11º37.25%80%-
HSV(B)112.11º17.04%87.45%-
XYZ56.3867.2355.9-
YUV208.8114.57114.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=31.77%
G=37.29%
B=30.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231850.1500.170.13112.1137.2580
HexBEDFB9F011D702550
Octal276337271170211516045120
Binary1011111011011111101110011111010001110111100001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFB9; }

 p { color: rgb(190,223,185); }

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

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

 a { background-color: rgb(190,223,185); }

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

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

 span { border-color: rgb(190,223,185); }

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