#BED6B6

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

Shades of Surf Crest #BED6B6

Tints of Surf Crest #BED6B6

Color information

#BED6B6 (or 0xBED6B6) is unknown color: approx Surf Crest. HEX triplet: BE, D6 and B6. RGB value is (190,214,182). Sum of RGB (Red+Green+Blue) = 190+214+182=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6B6 is #412949. Grayscale: #CBCBCB. Windows color (decimal): -4270410 or 11982526. OLE color: 11982526.

HSL color Cylindrical-coordinate representation of color #BED6B6: hue angle of 105º degrees, saturation: 0.28, 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 #BED6B6 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB190214182-
CMYK0.1100.150.16
HSL105º28.07%77.65%-
HSV(B)105º14.95%83.92%-
XYZ53.7362.4253.47-
YUV203.18116.05118.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=32.42%
G=36.52%
B=31.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141820.1100.150.1610528.0777.65
HexBED6B6B0F10691c4e
Octal276326266130172015134116
Binary101111101101011010110110101101111100001101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6B6; }

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

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

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

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

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

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

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

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