#BED681

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

Shades of Sulu #BED681

Tints of Sulu #BED681

Color information

#BED681 (or 0xBED681) is unknown color: approx Sulu. HEX triplet: BE, D6 and 81. RGB value is (190,214,129). Sum of RGB (Red+Green+Blue) = 190+214+129=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #BED681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED681 is #41297E. Grayscale: #C5C5C5. Windows color (decimal): -4270463 or 8509118. OLE color: 8509118.

HSL color Cylindrical-coordinate representation of color #BED681: hue angle of 76.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED681 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB190214129-
CMYK0.1100.400.16
HSL76.94º50.9%67.25%-
HSV(B)76.94º39.72%83.92%-
XYZ49.2460.6329.88-
YUV197.1389.55122.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=35.65%
G=40.15%
B=24.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141290.1100.400.1676.9450.967.25
HexBED681B028104d3343
Octal276326201130502011563103
Binary101111101101011010000001101101010001000010011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED681; }

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

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

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

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

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

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

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

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