#BED6BB

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

Shades of Surf Crest #BED6BB

Tints of Surf Crest #BED6BB

Color information

#BED6BB (or 0xBED6BB) is unknown color: approx Surf Crest. HEX triplet: BE, D6 and BB. RGB value is (190,214,187). Sum of RGB (Red+Green+Blue) = 190+214+187=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6BB is #412944. Grayscale: #CBCBCB. Windows color (decimal): -4270405 or 12310206. OLE color: 12310206.

HSL color Cylindrical-coordinate representation of color #BED6BB: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED6BB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB190214187-
CMYK0.1100.130.16
HSL113.33º24.77%78.63%-
HSV(B)113.33º12.62%83.92%-
XYZ54.2562.6356.24-
YUV203.75118.55118.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=32.15%
G=36.21%
B=31.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141870.1100.130.16113.3324.7778.63
HexBED6BBB0D1071194f
Octal276326273130152016131117
Binary101111101101011010111011101101101100001110001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6BB; }

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

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

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

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

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

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

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

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