#BAEBC3

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

Shades of Fringy Flower #BAEBC3

Tints of Fringy Flower #BAEBC3

Color information

#BAEBC3 (or 0xBAEBC3) is unknown color: approx Fringy Flower. HEX triplet: BA, EB and C3. RGB value is (186,235,195). Sum of RGB (Red+Green+Blue) = 186+235+195=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC3 is #45143C. Grayscale: #D7D7D7. Windows color (decimal): -4527165 or 12839866. OLE color: 12839866.

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

Color convert

RGB186235195-
CMYK0.2100.170.08
HSL131.02º55.06%82.55%-
HSV(B)131.02º20.85%92.16%-
XYZ59.8173.862.72-
YUV215.79116.27106.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=30.19%
G=38.15%
B=31.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351950.2100.170.08131.0255.0682.55
HexBAEBC3150118833753
Octal272353303250211020367123
Binary101110101110101111000011101010100011000100000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBC3; }

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

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

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

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

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

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

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

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