#BEDCB4

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

Shades of Surf Crest #BEDCB4

Tints of Surf Crest #BEDCB4

Color information

#BEDCB4 (or 0xBEDCB4) is unknown color: approx Surf Crest. HEX triplet: BE, DC and B4. RGB value is (190,220,180). Sum of RGB (Red+Green+Blue) = 190+220+180=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCB4 is #41234B. Grayscale: #CECECE. Windows color (decimal): -4268876 or 11852990. OLE color: 11852990.

HSL color Cylindrical-coordinate representation of color #BEDCB4: hue angle of 105º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDCB4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB190220180-
CMYK0.1400.180.14
HSL105º36.36%78.43%-
HSV(B)105º18.18%86.27%-
XYZ55.0765.4352.91-
YUV206.47113.06116.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=32.20%
G=37.29%
B=30.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201800.1400.180.1410536.3678.43
HexBEDCB4E012E69244e
Octal276334264160221615144116
Binary1011111011011100101101001110010010111011010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCB4; }

 p { color: rgb(190,220,180); }

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

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

 a { background-color: rgb(190,220,180); }

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

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

 span { border-color: rgb(190,220,180); }

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