#BFE6BD

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

Shades of Fringy Flower #BFE6BD

Tints of Fringy Flower #BFE6BD

Color information

#BFE6BD (or 0xBFE6BD) is unknown color: approx Fringy Flower. HEX triplet: BF, E6 and BD. RGB value is (191,230,189). Sum of RGB (Red+Green+Blue) = 191+230+189=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6BD is #401942. Grayscale: #D5D5D5. Windows color (decimal): -4200771 or 12445375. OLE color: 12445375.

HSL color Cylindrical-coordinate representation of color #BFE6BD: hue angle of 117.07º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE6BD is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB191230189-
CMYK0.1700.180.10
HSL117.07º45.05%82.16%-
HSV(B)117.07º17.83%90.2%-
XYZ58.9771.3458.81-
YUV213.66114.08111.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=31.31%
G=37.70%
B=30.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912301890.1700.180.10117.0745.0582.16
HexBFE6BD11012A752d52
Octal277346275210221216555122
Binary10111111111001101011110110001010010101011101011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6BD; }

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

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

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

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

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

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

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

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