#B6FDBB

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

Shades of Fringy Flower #B6FDBB

Tints of Fringy Flower #B6FDBB

Color information

#B6FDBB (or 0xB6FDBB) is unknown color: approx Fringy Flower. HEX triplet: B6, FD and BB. RGB value is (182,253,187). Sum of RGB (Red+Green+Blue) = 182+253+187=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDBB is #490244. Grayscale: #E0E0E0. Windows color (decimal): -4784709 or 12320182. OLE color: 12320182.

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

Color convert

RGB182253187-
CMYK0.2800.260.01
HSL124.23º94.67%85.29%-
HSV(B)124.23º28.06%99.22%-
XYZ63.3983.7859.84-
YUV224.25106.9897.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.26%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=29.26%
G=40.68%
B=30.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822531870.2800.260.01124.2394.6785.29
HexB6FDBB1C01A17c5f55
Octal266375273340321174137125
Binary101101101111110110111011111000110101111110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDBB; }

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

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

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

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

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

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

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

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