#BED0B7

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

Shades of Surf Crest #BED0B7

Tints of Surf Crest #BED0B7

Color information

#BED0B7 (or 0xBED0B7) is unknown color: approx Surf Crest. HEX triplet: BE, D0 and B7. RGB value is (190,208,183). Sum of RGB (Red+Green+Blue) = 190+208+183=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0B7 is #412F48. Grayscale: #C7C7C7. Windows color (decimal): -4271945 or 12046526. OLE color: 12046526.

HSL color Cylindrical-coordinate representation of color #BED0B7: hue angle of 103.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED0B7 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB190208183-
CMYK0.0900.120.18
HSL103.2º21.01%76.67%-
HSV(B)103.2º12.02%81.57%-
XYZ52.3459.4853.52-
YUV199.77118.54121.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=32.70%
G=35.80%
B=31.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081830.0900.120.18103.221.0176.67
HexBED0B790C1267154d
Octal276320267110142214725115
Binary101111101101000010110111100101100100101100111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0B7; }

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

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

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

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

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

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

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

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