#BAFCBB

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

Shades of Fringy Flower #BAFCBB

Tints of Fringy Flower #BAFCBB

Color information

#BAFCBB (or 0xBAFCBB) is unknown color: approx Fringy Flower. HEX triplet: BA, FC and BB. RGB value is (186,252,187). Sum of RGB (Red+Green+Blue) = 186+252+187=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCBB is #450344. Grayscale: #E1E1E1. Windows color (decimal): -4522821 or 12319930. OLE color: 12319930.

HSL color Cylindrical-coordinate representation of color #BAFCBB: hue angle of 120.91º degrees, saturation: 0.92, 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 #BAFCBB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB186252187-
CMYK0.2600.260.01
HSL120.91º91.67%85.88%-
HSV(B)120.91º26.19%98.82%-
XYZ64.0383.6559.78-
YUV224.86106.63100.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=29.76%
G=40.32%
B=29.92%

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
Decimal1862521870.2600.260.01120.9191.6785.88
HexBAFCBB1A01A1795c56
Octal272374273320321171134126
Binary101110101111110010111011110100110101111100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCBB; }

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

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

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

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

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

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

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

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