#B4FBBB

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

Shades of Fringy Flower #B4FBBB

Tints of Fringy Flower #B4FBBB

Color information

#B4FBBB (or 0xB4FBBB) is unknown color: approx Fringy Flower. HEX triplet: B4, FB and BB. RGB value is (180,251,187). Sum of RGB (Red+Green+Blue) = 180+251+187=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBBB is #4B0444. Grayscale: #DEDEDE. Windows color (decimal): -4916293 or 12319668. OLE color: 12319668.

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

Color convert

RGB180251187-
CMYK0.2800.250.02
HSL125.92º89.87%84.51%-
HSV(B)125.92º28.29%98.43%-
XYZ62.2982.2959.61-
YUV222.48107.9897.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=29.13%
G=40.61%
B=30.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511870.2800.250.02125.9289.8784.51
HexB4FBBB1C01927e5a55
Octal264373273340312176132125
Binary1011010011111011101110111110001100110111111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBBB; }

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

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

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

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

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

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

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

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