Html Css Color HEX #BDFABF Fringy Flower

📋 copy color: '#BDFABF'

red 189 ◦ green 250 ◦ blue 191

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

Shades of Fringy Flower #BDFABF

Tints of Fringy Flower #BDFABF

RGB

 RED value IS 189 (74.22% from 255) = 30%

 GREEN value IS 250 (98.05% from 255) = 39.68%

 BLUE value IS 191 (75% from 255) = 30.32%

R = 30%
G = 39.68%
B = 30.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#BDFABF (or 0xBDFABF) is known color: Fringy Flower. HEX triplet: BD, FA and BF. RGB value is (189,250,191). Sum of RGB (Red+Green+Blue) = 189+250+191=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABF is #420540. Grayscale: #E1E1E1. Windows color (decimal): -4326721 or 12581565. OLE color: 12581565.

HSL color Cylindrical-coordinate representation of color #BDFABF: hue angle of 121.97º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFABF is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 191 -
CMYK 0.24 0 0.24 0.02
HSL 121.97º 0.86% 0.86% -
HSV(B) 121.97º 0.24% 0.98% -
XYZ 64.58 82.95 61.9 -
YUV 225.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 189 250 191 0.24 0 0.24 0.02 121.97 0.86 0.86
Hex BD FA BF 18 0 18 2 7A 56 56
Octal 275 372 277 30 0 30 2 172 126 126
Binary 10111101 11111010 10111111 11000 0 11000 10 1111010 1010110 1010110

Color Harmonies of #BDFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFABF

Black with #BDFABF

Text Example


Text Example

White with #BDFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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