#BEDFB6

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

Shades of Surf Crest #BEDFB6

Tints of Surf Crest #BEDFB6

Color information

#BEDFB6 (or 0xBEDFB6) is unknown color: approx Surf Crest. HEX triplet: BE, DF and B6. RGB value is (190,223,182). Sum of RGB (Red+Green+Blue) = 190+223+182=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFB6 is #412049. Grayscale: #D0D0D0. Windows color (decimal): -4268106 or 11984830. OLE color: 11984830.

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

Color convert

RGB190223182-
CMYK0.1500.180.13
HSL108.29º39.05%79.41%-
HSV(B)108.29º18.39%87.45%-
XYZ56.0767.154.25-
YUV208.46113.07114.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=31.93%
G=37.48%
B=30.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231820.1500.180.13108.2939.0579.41
HexBEDFB6F012D6c274f
Octal276337266170221515447117
Binary1011111011011111101101101111010010110111011001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFB6; }

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

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

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

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

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

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

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

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