#BEDBB6

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

Shades of Surf Crest #BEDBB6

Tints of Surf Crest #BEDBB6

Color information

#BEDBB6 (or 0xBEDBB6) is unknown color: approx Surf Crest. HEX triplet: BE, DB and B6. RGB value is (190,219,182). Sum of RGB (Red+Green+Blue) = 190+219+182=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBB6 is #412449. Grayscale: #CECECE. Windows color (decimal): -4269130 or 11983806. OLE color: 11983806.

HSL color Cylindrical-coordinate representation of color #BEDBB6: hue angle of 107.03º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDBB6 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB190219182-
CMYK0.1300.170.14
HSL107.03º33.94%78.63%-
HSV(B)107.03º16.89%85.88%-
XYZ55.0164.9953.9-
YUV206.11114.39116.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=32.15%
G=37.06%
B=30.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191820.1300.170.14107.0333.9478.63
HexBEDBB6D011E6b224f
Octal276333266150211615342117
Binary1011111011011011101101101101010001111011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB6; }

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

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

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

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

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

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

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

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