#BAF8BB

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

Shades of Fringy Flower #BAF8BB

Tints of Fringy Flower #BAF8BB

Color information

#BAF8BB (or 0xBAF8BB) is unknown color: approx Fringy Flower. HEX triplet: BA, F8 and BB. RGB value is (186,248,187). Sum of RGB (Red+Green+Blue) = 186+248+187=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8BB is #450744. Grayscale: #DEDEDE. Windows color (decimal): -4523845 or 12318906. OLE color: 12318906.

HSL color Cylindrical-coordinate representation of color #BAF8BB: hue angle of 120.97º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8BB is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB186248187-
CMYK0.2500.250.03
HSL120.97º81.58%85.1%-
HSV(B)120.97º25%97.25%-
XYZ62.7981.1659.37-
YUV222.51107.96101.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=29.95%
G=39.94%
B=30.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481870.2500.250.03120.9781.5885.1
HexBAF8BB190193795255
Octal272370273310313171122125
Binary1011101011111000101110111100101100111111100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8BB; }

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

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

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

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

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

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

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

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