#B4F5BB

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

Shades of Fringy Flower #B4F5BB

Tints of Fringy Flower #B4F5BB

Color information

#B4F5BB (or 0xB4F5BB) is unknown color: approx Fringy Flower. HEX triplet: B4, F5 and BB. RGB value is (180,245,187). Sum of RGB (Red+Green+Blue) = 180+245+187=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F5BB is #4B0A44. Grayscale: #DBDBDB. Windows color (decimal): -4917829 or 12318132. OLE color: 12318132.

HSL color Cylindrical-coordinate representation of color #B4F5BB: hue angle of 126.46º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F5BB is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB180245187-
CMYK0.2700.240.04
HSL126.46º76.47%83.33%-
HSV(B)126.46º26.53%96.08%-
XYZ60.4478.659-
YUV218.95109.97100.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 245 (96.09% from 255) = 40.03%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=29.41%
G=40.03%
B=30.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802451870.2700.240.04126.4676.4783.33
HexB4F5BB1B01847e4c53
Octal264365273330304176114123
Binary10110100111101011011101111011011000100111111010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F5BB; }

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

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

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

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

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

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

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

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