#BED7B7

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

Shades of Surf Crest #BED7B7

Tints of Surf Crest #BED7B7

Color information

#BED7B7 (or 0xBED7B7) is unknown color: approx Surf Crest. HEX triplet: BE, D7 and B7. RGB value is (190,215,183). Sum of RGB (Red+Green+Blue) = 190+215+183=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7B7 is #412848. Grayscale: #CBCBCB. Windows color (decimal): -4270153 or 12048318. OLE color: 12048318.

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

Color convert

RGB190215183-
CMYK0.1200.150.16
HSL106.87º28.57%78.04%-
HSV(B)106.87º14.88%84.31%-
XYZ54.0862.9754.1-
YUV203.88116.22118.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 183 (71.88% from 255) = 31.12%
R=32.31%
G=36.56%
B=31.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151830.1200.150.16106.8728.5778.04
HexBED7B7C0F106b1d4e
Octal276327267140172015335116
Binary101111101101011110110111110001111100001101011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7B7; }

 p { color: rgb(190,215,183); }

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

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

 a { background-color: rgb(190,215,183); }

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

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

 span { border-color: rgb(190,215,183); }

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