#B8DFBE

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

Shades of Fringy Flower #B8DFBE

Tints of Fringy Flower #B8DFBE

Color information

#B8DFBE (or 0xB8DFBE) is unknown color: approx Fringy Flower. HEX triplet: B8, DF and BE. RGB value is (184,223,190). Sum of RGB (Red+Green+Blue) = 184+223+190=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFBE is #472041. Grayscale: #CFCFCF. Windows color (decimal): -4661314 or 12509112. OLE color: 12509112.

HSL color Cylindrical-coordinate representation of color #B8DFBE: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFBE is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB184223190-
CMYK0.1700.150.13
HSL129.23º37.86%79.8%-
HSV(B)129.23º17.49%87.45%-
XYZ55.4566.6858.66-
YUV207.58118.08111.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=30.82%
G=37.35%
B=31.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231900.1700.150.13129.2337.8679.8
HexB8DFBE110FD812650
Octal270337276210171520146120
Binary10111000110111111011111010001011111101100000011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFBE; }

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

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

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

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

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

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

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

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