#BAEABB

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

Shades of Fringy Flower #BAEABB

Tints of Fringy Flower #BAEABB

Color information

#BAEABB (or 0xBAEABB) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and BB. RGB value is (186,234,187). Sum of RGB (Red+Green+Blue) = 186+234+187=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABB is #451544. Grayscale: #D6D6D6. Windows color (decimal): -4527429 or 12315322. OLE color: 12315322.

HSL color Cylindrical-coordinate representation of color #BAEABB: hue angle of 121.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEABB is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB186234187-
CMYK0.2100.200.08
HSL121.25º53.33%82.35%-
HSV(B)121.25º20.51%91.76%-
XYZ58.6472.8757.99-
YUV214.29112.6107.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=30.64%
G=38.55%
B=30.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341870.2100.200.08121.2553.3382.35
HexBAEABB150148793552
Octal272352273250241017165122
Binary10111010111010101011101110101010100100011110011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEABB; }

 p { color: rgb(186,234,187); }

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

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

 a { background-color: rgb(186,234,187); }

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

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

 span { border-color: rgb(186,234,187); }

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