#B8FFBE

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

Shades of Fringy Flower #B8FFBE

Tints of Fringy Flower #B8FFBE

Color information

#B8FFBE (or 0xB8FFBE) is unknown color: approx Fringy Flower. HEX triplet: B8, FF and BE. RGB value is (184,255,190). Sum of RGB (Red+Green+Blue) = 184+255+190=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFBE is #470041. Grayscale: #E2E2E2. Windows color (decimal): -4653122 or 12517304. OLE color: 12517304.

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

Color convert

RGB184255190-
CMYK0.2800.250
HSL125.07º100%86.08%-
HSV(B)125.07º27.84%100%-
XYZ64.8285.4361.79-
YUV226.36107.4897.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.25%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=29.25%
G=40.54%
B=30.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551900.2800.250125.0710086.08
HexB8FFBE1C01907d6456
Octal270377276340310175144126
Binary101110001111111110111110111000110010111110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFBE; }

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

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

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

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

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

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

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

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