#B4FBBE

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

Shades of Fringy Flower #B4FBBE

Tints of Fringy Flower #B4FBBE

Color information

#B4FBBE (or 0xB4FBBE) is unknown color: approx Fringy Flower. HEX triplet: B4, FB and BE. RGB value is (180,251,190). Sum of RGB (Red+Green+Blue) = 180+251+190=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBBE is #4B0441. Grayscale: #DEDEDE. Windows color (decimal): -4916290 or 12516276. OLE color: 12516276.

HSL color Cylindrical-coordinate representation of color #B4FBBE: hue angle of 128.45º 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 #B4FBBE is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB180251190-
CMYK0.2800.240.02
HSL128.45º89.87%84.51%-
HSV(B)128.45º28.29%98.43%-
XYZ62.6182.4261.32-
YUV222.82109.4897.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.99%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=28.99%
G=40.42%
B=30.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511900.2800.240.02128.4589.8784.51
HexB4FBBE1C0182805a55
Octal264373276340302200132125
Binary10110100111110111011111011100011000101000000010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBBE; }

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

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

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

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

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

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

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

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