#B4FDBB

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

Shades of Fringy Flower #B4FDBB

Tints of Fringy Flower #B4FDBB

Color information

#B4FDBB (or 0xB4FDBB) is unknown color: approx Fringy Flower. HEX triplet: B4, FD and BB. RGB value is (180,253,187). Sum of RGB (Red+Green+Blue) = 180+253+187=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDBB is #4B0244. Grayscale: #DFDFDF. Windows color (decimal): -4915781 or 12320180. OLE color: 12320180.

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

Color convert

RGB180253187-
CMYK0.2900.260.01
HSL125.75º94.81%84.9%-
HSV(B)125.75º28.85%99.22%-
XYZ62.9283.5459.82-
YUV223.65107.3296.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=29.03%
G=40.81%
B=30.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531870.2900.260.01125.7594.8184.9
HexB4FDBB1D01A17e5f55
Octal264375273350321176137125
Binary101101001111110110111011111010110101111111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDBB; }

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

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

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

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

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

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

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

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