Html Css Color HEX #BFE6BD Fringy Flower

📋 copy color: '#BFE6BD'

red 191 ◦ green 230 ◦ blue 189

#BFE6BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BFE6BD

Tints of Fringy Flower #BFE6BD

RGB

 RED value IS 191 (75% from 255) = 31.31%

 GREEN value IS 230 (90.23% from 255) = 37.7%

 BLUE value IS 189 (74.22% from 255) = 30.98%

R = 31.31%
G = 37.7%
B = 30.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#BFE6BD (or 0xBFE6BD) is known color: 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

RGB 191 230 189 -
CMYK 0.17 0 0.18 0.10
HSL 117.07º 0.45% 0.82% -
HSV(B) 117.07º 0.18% 0.9% -
XYZ 58.97 71.34 58.81 -
YUV 213.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 191 230 189 0.17 0 0.18 0.10 117.07 0.45 0.82
Hex BF E6 BD 11 0 12 A 75 2D 52
Octal 277 346 275 21 0 22 12 165 55 122
Binary 10111111 11100110 10111101 10001 0 10010 1010 1110101 101101 1010010

Color Harmonies of #BFE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6BD

Black with #BFE6BD

Text Example


Text Example

White with #BFE6BD

Text Example


Text Example

HTML Codes & Css Web 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>