#B2F0BD

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

Shades of Fringy Flower #B2F0BD

Tints of Fringy Flower #B2F0BD

Color information

#B2F0BD (or 0xB2F0BD) is unknown color: approx Fringy Flower. HEX triplet: B2, F0 and BD. RGB value is (178,240,189). Sum of RGB (Red+Green+Blue) = 178+240+189=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0BD is #4D0F42. Grayscale: #D7D7D7. Windows color (decimal): -5050179 or 12447922. OLE color: 12447922.

HSL color Cylindrical-coordinate representation of color #B2F0BD: hue angle of 130.65º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0BD is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB178240189-
CMYK0.2600.210.06
HSL130.65º67.39%81.96%-
HSV(B)130.65º25.83%94.12%-
XYZ58.7175.4659.62-
YUV215.65112.96101.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.32%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=29.32%
G=39.54%
B=31.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782401890.2600.210.06130.6567.3981.96
HexB2F0BD1A0156834352
Octal262360275320256203103122
Binary101100101111000010111101110100101011101000001110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F0BD; }

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

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

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

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

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

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

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

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