#BAEDBB

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

Shades of Fringy Flower #BAEDBB

Tints of Fringy Flower #BAEDBB

Color information

#BAEDBB (or 0xBAEDBB) is unknown color: approx Fringy Flower. HEX triplet: BA, ED and BB. RGB value is (186,237,187). Sum of RGB (Red+Green+Blue) = 186+237+187=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDBB is #451244. Grayscale: #D8D8D8. Windows color (decimal): -4526661 or 12316090. OLE color: 12316090.

HSL color Cylindrical-coordinate representation of color #BAEDBB: hue angle of 121.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDBB is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB186237187-
CMYK0.2200.210.07
HSL121.18º58.62%82.94%-
HSV(B)121.18º21.52%92.94%-
XYZ59.574.658.28-
YUV216.05111.6106.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=30.49%
G=38.85%
B=30.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371870.2200.210.07121.1858.6282.94
HexBAEDBB160157793b53
Octal27235527326025717173123
Binary1011101011101101101110111011001010111111110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDBB; }

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

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

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

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

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

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

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

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