#BAFDBB

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

Shades of Fringy Flower #BAFDBB

Tints of Fringy Flower #BAFDBB

Color information

#BAFDBB (or 0xBAFDBB) is unknown color: approx Fringy Flower. HEX triplet: BA, FD and BB. RGB value is (186,253,187). Sum of RGB (Red+Green+Blue) = 186+253+187=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDBB is #450244. Grayscale: #E1E1E1. Windows color (decimal): -4522565 or 12320186. OLE color: 12320186.

HSL color Cylindrical-coordinate representation of color #BAFDBB: hue angle of 120.9º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDBB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB186253187-
CMYK0.2600.260.01
HSL120.9º94.37%86.08%-
HSV(B)120.9º26.48%99.22%-
XYZ64.3484.2859.89-
YUV225.44106.399.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.71%
GREEN value IS 253 (99.22% from 255) = 40.42%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=29.71%
G=40.42%
B=29.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531870.2600.260.01120.994.3786.08
HexBAFDBB1A01A1795e56
Octal272375273320321171136126
Binary101110101111110110111011110100110101111100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDBB; }

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

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

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

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

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

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

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

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