#B8F2BD

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

Shades of Fringy Flower #B8F2BD

Tints of Fringy Flower #B8F2BD

Color information

#B8F2BD (or 0xB8F2BD) is unknown color: approx Fringy Flower. HEX triplet: B8, F2 and BD. RGB value is (184,242,189). Sum of RGB (Red+Green+Blue) = 184+242+189=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2BD is #470D42. Grayscale: #DADADA. Windows color (decimal): -4656451 or 12448440. OLE color: 12448440.

HSL color Cylindrical-coordinate representation of color #B8F2BD: hue angle of 125.17º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2BD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB184242189-
CMYK0.2400.220.05
HSL125.17º69.05%83.53%-
HSV(B)125.17º23.97%94.9%-
XYZ60.777.3759.88-
YUV218.62111.28103.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.92%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=29.92%
G=39.35%
B=30.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842421890.2400.220.05125.1769.0583.53
HexB8F2BD1801657d4554
Octal270362275300265175105124
Binary10111000111100101011110111000010110101111110110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F2BD; }

 p { color: rgb(184,242,189); }

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

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

 a { background-color: rgb(184,242,189); }

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

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

 span { border-color: rgb(184,242,189); }

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