#B4FBC3

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

Shades of Fringy Flower #B4FBC3

Tints of Fringy Flower #B4FBC3

Color information

#B4FBC3 (or 0xB4FBC3) is unknown color: approx Fringy Flower. HEX triplet: B4, FB and C3. RGB value is (180,251,195). Sum of RGB (Red+Green+Blue) = 180+251+195=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBC3 is #4B043C. Grayscale: #DFDFDF. Windows color (decimal): -4916285 or 12843956. OLE color: 12843956.

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

Color convert

RGB180251195-
CMYK0.2800.220.02
HSL132.68º89.87%84.51%-
HSV(B)132.68º28.29%98.43%-
XYZ63.1782.6464.25-
YUV223.39111.9897.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.75%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 195 (76.56% from 255) = 31.15%
R=28.75%
G=40.10%
B=31.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511950.2800.220.02132.6889.8784.51
HexB4FBC31C0162855a55
Octal264373303340262205132125
Binary10110100111110111100001111100010110101000010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBC3; }

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

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

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

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

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

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

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

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