#b8ffbd

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

Shades of Fringy Flower #B8FFBD

Tints of Fringy Flower #B8FFBD

Color information

#B8FFBD (or 0xB8FFBD) is unknown color: approx Fringy Flower. HEX triplet: B8, FF and BD. RGB value is (184,255,189). Sum of RGB (Red+Green+Blue) = 184+255+189=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFBD is #470042. Grayscale: #E2E2E2. Windows color (decimal): -4653123 or 12451768. OLE color: 12451768.

HSL color Cylindrical-coordinate representation of color #B8FFBD: hue angle of 124.23º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFBD is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB184255189-
CMYK0.2800.260
HSL124.23º100%86.08%-
HSV(B)124.23º27.84%100%-
XYZ64.7185.3861.21-
YUV226.25106.9897.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.30%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=29.30%
G=40.61%
B=30.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551890.2800.260124.2310086.08
HexB8FFBD1C01A07c6456
Octal270377275340320174144126
Binary101110001111111110111101111000110100111110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8ffbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8ffbd; }

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

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

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

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

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

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

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

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