#BAEBBB

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

Shades of Fringy Flower #BAEBBB

Tints of Fringy Flower #BAEBBB

Color information

#BAEBBB (or 0xBAEBBB) is unknown color: approx Fringy Flower. HEX triplet: BA, EB and BB. RGB value is (186,235,187). Sum of RGB (Red+Green+Blue) = 186+235+187=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBBB is #451444. Grayscale: #D7D7D7. Windows color (decimal): -4527173 or 12315578. OLE color: 12315578.

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

Color convert

RGB186235187-
CMYK0.2100.200.08
HSL121.22º55.06%82.55%-
HSV(B)121.22º20.85%92.16%-
XYZ58.9373.4458.08-
YUV214.88112.27107.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=30.59%
G=38.65%
B=30.76%

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
Decimal1862351870.2100.200.08121.2255.0682.55
HexBAEBBB150148793753
Octal272353273250241017167123
Binary10111010111010111011101110101010100100011110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBBB; }

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

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

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

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

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

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

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

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