#BED0BB

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

Shades of Surf Crest #BED0BB

Tints of Surf Crest #BED0BB

Color information

#BED0BB (or 0xBED0BB) is unknown color: approx Surf Crest. HEX triplet: BE, D0 and BB. RGB value is (190,208,187). Sum of RGB (Red+Green+Blue) = 190+208+187=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0BB is #412F44. Grayscale: #C8C8C8. Windows color (decimal): -4271941 or 12308670. OLE color: 12308670.

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

Color convert

RGB190208187-
CMYK0.0900.100.18
HSL111.43º18.26%77.45%-
HSV(B)111.43º10.1%81.57%-
XYZ52.7659.6555.75-
YUV200.22120.54120.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=32.48%
G=35.56%
B=31.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081870.0900.100.18111.4318.2677.45
HexBED0BB90A126f124d
Octal276320273110122215722115
Binary101111101101000010111011100101010100101101111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0BB; }

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

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

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

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

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

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

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

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