#BEDFBA

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

Shades of Surf Crest #BEDFBA

Tints of Surf Crest #BEDFBA

Color information

#BEDFBA (or 0xBEDFBA) is unknown color: approx Surf Crest. HEX triplet: BE, DF and BA. RGB value is (190,223,186). Sum of RGB (Red+Green+Blue) = 190+223+186=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFBA is #412045. Grayscale: #D1D1D1. Windows color (decimal): -4268102 or 12246974. OLE color: 12246974.

HSL color Cylindrical-coordinate representation of color #BEDFBA: hue angle of 113.51º 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 #BEDFBA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB190223186-
CMYK0.1500.170.13
HSL113.51º36.63%80.2%-
HSV(B)113.51º16.59%87.45%-
XYZ56.4967.2756.46-
YUV208.92115.07114.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=31.72%
G=37.23%
B=31.05%

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
Decimal1902231860.1500.170.13113.5136.6380.2
HexBEDFBAF011D722550
Octal276337272170211516245120
Binary1011111011011111101110101111010001110111100101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFBA; }

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

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

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

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

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

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

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

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