#BEF882

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

Shades of Sulu #BEF882

Tints of Sulu #BEF882

Color information

#BEF882 (or 0xBEF882) is unknown color: approx Sulu. HEX triplet: BE, F8 and 82. RGB value is (190,248,130). Sum of RGB (Red+Green+Blue) = 190+248+130=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF882 is #41077D. Grayscale: #D9D9D9. Windows color (decimal): -4261758 or 8583358. OLE color: 8583358.

HSL color Cylindrical-coordinate representation of color #BEF882: hue angle of 89.49º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEF882 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB190248130-
CMYK0.2300.480.03
HSL89.49º89.39%74.12%-
HSV(B)89.49º47.58%97.25%-
XYZ58.8379.6933.4-
YUV217.2178.78108.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 248 (97.27% from 255) = 43.66%
BLUE value IS 130 (51.17% from 255) = 22.89%
R=33.45%
G=43.66%
B=22.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902481300.2300.480.0389.4989.3974.12
HexBEF88217030359594a
Octal276370202270603131131112
Binary10111110111110001000001010111011000011101100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF882; }

 p { color: rgb(190,248,130); }

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

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

 a { background-color: rgb(190,248,130); }

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

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

 span { border-color: rgb(190,248,130); }

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