#B2FCBD

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

Shades of Fringy Flower #B2FCBD

Tints of Fringy Flower #B2FCBD

Color information

#B2FCBD (or 0xB2FCBD) is unknown color: approx Fringy Flower. HEX triplet: B2, FC and BD. RGB value is (178,252,189). Sum of RGB (Red+Green+Blue) = 178+252+189=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCBD is #4D0342. Grayscale: #DEDEDE. Windows color (decimal): -5047107 or 12450994. OLE color: 12450994.

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

Color convert

RGB178252189-
CMYK0.2900.250.01
HSL128.92º92.5%84.31%-
HSV(B)128.92º29.37%98.82%-
XYZ62.3682.7660.83-
YUV222.69108.9896.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.76%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=28.76%
G=40.71%
B=30.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782521890.2900.250.01128.9292.584.31
HexB2FCBD1D0191815c54
Octal262374275350311201134124
Binary1011001011111100101111011110101100111000000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCBD; }

 p { color: rgb(178,252,189); }

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

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

 a { background-color: rgb(178,252,189); }

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

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

 span { border-color: rgb(178,252,189); }

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