Html Css Color HEX #BFEBBB Fringy Flower

📋 copy color: '#BFEBBB'

red 191 ◦ green 235 ◦ blue 187

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

Shades of Fringy Flower #BFEBBB

Tints of Fringy Flower #BFEBBB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

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

R = 31.16%
G = 38.34%
B = 30.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BFEBBB (or 0xBFEBBB) is known color: Fringy Flower. HEX triplet: BF, EB and BB. RGB value is (191,235,187). Sum of RGB (Red+Green+Blue) = 191+235+187=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBBB is #401444. Grayscale: #D8D8D8. Windows color (decimal): -4199493 or 12315583. OLE color: 12315583.

HSL color Cylindrical-coordinate representation of color #BFEBBB: hue angle of 115º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEBBB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 187 -
CMYK 0.19 0 0.20 0.08
HSL 115º 0.55% 0.83% -
HSV(B) 115º 0.2% 0.92% -
XYZ 60.16 74.08 58.14 -
YUV 216.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 191 235 187 0.19 0 0.20 0.08 115 0.55 0.83
Hex BF EB BB 13 0 14 8 73 37 53
Octal 277 353 273 23 0 24 10 163 67 123
Binary 10111111 11101011 10111011 10011 0 10100 1000 1110011 110111 1010011

Color Harmonies of #BFEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBBB

Black with #BFEBBB

Text Example


Text Example

White with #BFEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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