Html Css Color HEX #BEE180 Sulu

📋 copy color: '#BEE180'

red 190 ◦ green 225 ◦ blue 128

#BEE180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BEE180

Tints of Sulu #BEE180

RGB

 RED value IS 190 (74.61% from 255) = 34.99%

 GREEN value IS 225 (88.28% from 255) = 41.44%

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 34.99%
G = 41.44%
B = 23.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BEE180 (or 0xBEE180) is known color: Sulu. HEX triplet: BE, E1 and 80. RGB value is (190,225,128). Sum of RGB (Red+Green+Blue) = 190+225+128=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE180 is #411E7F. Grayscale: #CBCBCB. Windows color (decimal): -4267648 or 8446398. OLE color: 8446398.

HSL color Cylindrical-coordinate representation of color #BEE180: hue angle of 81.65º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEE180 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 128 -
CMYK 0.16 0 0.43 0.12
HSL 81.65º 0.62% 0.69% -
HSV(B) 81.65º 0.43% 0.88% -
XYZ 52.06 66.36 30.49 -
YUV 203.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 190 225 128 0.16 0 0.43 0.12 81.65 0.62 0.69
Hex BE E1 80 10 0 2B C 52 3E 45
Octal 276 341 200 20 0 53 14 122 76 105
Binary 10111110 11100001 10000000 10000 0 101011 1100 1010010 111110 1000101

Color Harmonies of #BEE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE180

Black with #BEE180

Text Example


Text Example

White with #BEE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE180; }

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

 H1.HeaderClassName
 {
   color: #BEE180;
 }
 .AnyTagClassName
 {
   color: #BEE180;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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