Html Css Color HEX #BFECBB Fringy Flower

📋 copy color: '#BFECBB'

red 191 ◦ green 236 ◦ blue 187

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

Shades of Fringy Flower #BFECBB

Tints of Fringy Flower #BFECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.44%

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 31.11%
G = 38.44%
B = 30.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BFECBB (or 0xBFECBB) is known color: Fringy Flower. HEX triplet: BF, EC and BB. RGB value is (191,236,187). Sum of RGB (Red+Green+Blue) = 191+236+187=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECBB is #401344. Grayscale: #D9D9D9. Windows color (decimal): -4199237 or 12315839. OLE color: 12315839.

HSL color Cylindrical-coordinate representation of color #BFECBB: hue angle of 115.1º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFECBB is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 187 -
CMYK 0.19 0 0.21 0.07
HSL 115.1º 0.56% 0.83% -
HSV(B) 115.1º 0.21% 0.93% -
XYZ 60.45 74.66 58.24 -
YUV 216.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 191 236 187 0.19 0 0.21 0.07 115.1 0.56 0.83
Hex BF EC BB 13 0 15 7 73 38 53
Octal 277 354 273 23 0 25 7 163 70 123
Binary 10111111 11101100 10111011 10011 0 10101 111 1110011 111000 1010011

Color Harmonies of #BFECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECBB

Black with #BFECBB

Text Example


Text Example

White with #BFECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECBB; }

 p { color: rgb(191,236,187); }

 H1.HeaderClassName
 {
   color: #BFECBB;
 }
 .AnyTagClassName
 {
   color: #BFECBB;
 }
</style>

background-color css

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

 a { background-color: rgb(191,236,187); }

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

border-color css

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

 span { border-color: rgb(191,236,187); }

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