#BED680

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

Shades of Sulu #BED680

Tints of Sulu #BED680

Color information

#BED680 (or 0xBED680) is unknown color: approx Sulu. HEX triplet: BE, D6 and 80. RGB value is (190,214,128). Sum of RGB (Red+Green+Blue) = 190+214+128=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #BED680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED680 is #41297F. Grayscale: #C5C5C5. Windows color (decimal): -4270464 or 8443582. OLE color: 8443582.

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

Color convert

RGB190214128-
CMYK0.1100.400.16
HSL76.74º51.19%67.06%-
HSV(B)76.74º40.19%83.92%-
XYZ49.1860.629.53-
YUV197.0289.05122.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=35.71%
G=40.23%
B=24.06%

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
Decimal1902141280.1100.400.1676.7451.1967.06
HexBED680B028104d3343
Octal276326200130502011563103
Binary101111101101011010000000101101010001000010011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED680; }

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

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

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

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

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

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

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

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