#BAFF8E

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

Shades of Sulu #BAFF8E

Tints of Sulu #BAFF8E

Color information

#BAFF8E (or 0xBAFF8E) is unknown color: approx Sulu. HEX triplet: BA, FF and 8E. RGB value is (186,255,142). Sum of RGB (Red+Green+Blue) = 186+255+142=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF8E is #450071. Grayscale: #DDDDDD. Windows color (decimal): -4522098 or 9371578. OLE color: 9371578.

HSL color Cylindrical-coordinate representation of color #BAFF8E: hue angle of 96.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAFF8E is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB186255142-
CMYK0.2700.440
HSL96.64º100%77.84%-
HSV(B)96.64º44.31%100%-
XYZ60.8983.9138.58-
YUV221.4983.14102.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=31.90%
G=43.74%
B=24.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551420.2700.44096.6410077.84
HexBAFF8E1B02C061644e
Octal272377216330540141144116
Binary1011101011111111100011101101101011000110000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF8E; }

 p { color: rgb(186,255,142); }

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

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

 a { background-color: rgb(186,255,142); }

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

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

 span { border-color: rgb(186,255,142); }

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