#BEDF83

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

Shades of Sulu #BEDF83

Tints of Sulu #BEDF83

Color information

#BEDF83 (or 0xBEDF83) is unknown color: approx Sulu. HEX triplet: BE, DF and 83. RGB value is (190,223,131). Sum of RGB (Red+Green+Blue) = 190+223+131=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF83 is #41207C. Grayscale: #CACACA. Windows color (decimal): -4268157 or 8642494. OLE color: 8642494.

HSL color Cylindrical-coordinate representation of color #BEDF83: hue angle of 81.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEDF83 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB190223131-
CMYK0.1500.410.13
HSL81.52º58.97%69.41%-
HSV(B)81.52º41.26%87.45%-
XYZ51.7265.3631.36-
YUV202.6487.57118.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=34.93%
G=40.99%
B=24.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231310.1500.410.1381.5258.9769.41
HexBEDF83F029D523b45
Octal276337203170511512273105
Binary10111110110111111000001111110101001110110100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF83; }

 p { color: rgb(190,223,131); }

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

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

 a { background-color: rgb(190,223,131); }

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

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

 span { border-color: rgb(190,223,131); }

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