#BAECBB

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

Shades of Fringy Flower #BAECBB

Tints of Fringy Flower #BAECBB

Color information

#BAECBB (or 0xBAECBB) is unknown color: approx Fringy Flower. HEX triplet: BA, EC and BB. RGB value is (186,236,187). Sum of RGB (Red+Green+Blue) = 186+236+187=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBB is #451344. Grayscale: #D7D7D7. Windows color (decimal): -4526917 or 12315834. OLE color: 12315834.

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

Color convert

RGB186236187-
CMYK0.2100.210.07
HSL121.2º56.82%82.75%-
HSV(B)121.2º21.19%92.55%-
XYZ59.2174.0258.18-
YUV215.46111.94106.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=30.54%
G=38.75%
B=30.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361870.2100.210.07121.256.8282.75
HexBAECBB150157793953
Octal27235427325025717171123
Binary1011101011101100101110111010101010111111110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECBB; }

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

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

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

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

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

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

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

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