#BFE8BD

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

Shades of Fringy Flower #BFE8BD

Tints of Fringy Flower #BFE8BD

Color information

#BFE8BD (or 0xBFE8BD) is unknown color: approx Fringy Flower. HEX triplet: BF, E8 and BD. RGB value is (191,232,189). Sum of RGB (Red+Green+Blue) = 191+232+189=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8BD is #401742. Grayscale: #D6D6D6. Windows color (decimal): -4200259 or 12445887. OLE color: 12445887.

HSL color Cylindrical-coordinate representation of color #BFE8BD: hue angle of 117.21º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE8BD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB191232189-
CMYK0.1800.190.09
HSL117.21º48.31%82.55%-
HSV(B)117.21º18.53%90.98%-
XYZ59.5372.4658.99-
YUV214.84113.42111-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=31.21%
G=37.91%
B=30.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321890.1800.190.09117.2148.3182.55
HexBFE8BD120139753053
Octal277350275220231116560123
Binary10111111111010001011110110010010011100111101011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8BD; }

 p { color: rgb(191,232,189); }

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

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

 a { background-color: rgb(191,232,189); }

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

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

 span { border-color: rgb(191,232,189); }

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