#B6FBBB

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

Shades of Fringy Flower #B6FBBB

Tints of Fringy Flower #B6FBBB

Color information

#B6FBBB (or 0xB6FBBB) is unknown color: approx Fringy Flower. HEX triplet: B6, FB and BB. RGB value is (182,251,187). Sum of RGB (Red+Green+Blue) = 182+251+187=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBBB is #490444. Grayscale: #DFDFDF. Windows color (decimal): -4785221 or 12319670. OLE color: 12319670.

HSL color Cylindrical-coordinate representation of color #B6FBBB: hue angle of 124.35º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBBB is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB182251187-
CMYK0.2700.250.02
HSL124.35º89.61%84.9%-
HSV(B)124.35º27.49%98.43%-
XYZ62.7682.5359.64-
YUV223.07107.6498.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.35%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=29.35%
G=40.48%
B=30.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822511870.2700.250.02124.3589.6184.9
HexB6FBBB1B01927c5a55
Octal266373273330312174132125
Binary1011011011111011101110111101101100110111110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBBB; }

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

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

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

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

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

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

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

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