#BEDFBB

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

Shades of Surf Crest #BEDFBB

Tints of Surf Crest #BEDFBB

Color information

#BEDFBB (or 0xBEDFBB) is unknown color: approx Surf Crest. HEX triplet: BE, DF and BB. RGB value is (190,223,187). Sum of RGB (Red+Green+Blue) = 190+223+187=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFBB is #412044. Grayscale: #D1D1D1. Windows color (decimal): -4268101 or 12312510. OLE color: 12312510.

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

Color convert

RGB190223187-
CMYK0.1500.160.13
HSL115º36%80.39%-
HSV(B)115º16.14%87.45%-
XYZ56.5967.3157.02-
YUV209.03115.57114.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=31.67%
G=37.17%
B=31.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231870.1500.160.131153680.39
HexBEDFBBF010D732450
Octal276337273170201516344120
Binary1011111011011111101110111111010000110111100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFBB; }

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

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

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

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

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

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

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

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