#BAEBBC

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

Shades of Fringy Flower #BAEBBC

Tints of Fringy Flower #BAEBBC

Color information

#BAEBBC (or 0xBAEBBC) is unknown color: approx Fringy Flower. HEX triplet: BA, EB and BC. RGB value is (186,235,188). Sum of RGB (Red+Green+Blue) = 186+235+188=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBBC is #451443. Grayscale: #D7D7D7. Windows color (decimal): -4527172 or 12381114. OLE color: 12381114.

HSL color Cylindrical-coordinate representation of color #BAEBBC: hue angle of 122.45º 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 #BAEBBC is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB186235188-
CMYK0.2100.20.08
HSL122.45º55.06%82.55%-
HSV(B)122.45º20.85%92.16%-
XYZ59.0473.4958.65-
YUV214.99112.77107.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=30.54%
G=38.59%
B=30.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351880.2100.20.08122.4555.0682.55
HexBAEBBC1501487a3753
Octal272353274250241017267123
Binary10111010111010111011110010101010100100011110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBBC; }

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

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

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

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

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

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

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

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