Html Css Color HEX #BDEFBF Fringy Flower

📋 copy color: '#BDEFBF'

red 189 ◦ green 239 ◦ blue 191

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

Shades of Fringy Flower #BDEFBF

Tints of Fringy Flower #BDEFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.61%

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

R = 30.53%
G = 38.61%
B = 30.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#BDEFBF (or 0xBDEFBF) is known color: Fringy Flower. HEX triplet: BD, EF and BF. RGB value is (189,239,191). Sum of RGB (Red+Green+Blue) = 189+239+191=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFBF is #421040. Grayscale: #DADADA. Windows color (decimal): -4329537 or 12578749. OLE color: 12578749.

HSL color Cylindrical-coordinate representation of color #BDEFBF: hue angle of 122.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFBF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 191 -
CMYK 0.21 0 0.20 0.06
HSL 122.4º 0.61% 0.84% -
HSV(B) 122.4º 0.21% 0.94% -
XYZ 61.26 76.31 60.79 -
YUV 218.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 189 239 191 0.21 0 0.20 0.06 122.4 0.61 0.84
Hex BD EF BF 15 0 14 6 7A 3D 54
Octal 275 357 277 25 0 24 6 172 75 124
Binary 10111101 11101111 10111111 10101 0 10100 110 1111010 111101 1010100

Color Harmonies of #BDEFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFBF

Black with #BDEFBF

Text Example


Text Example

White with #BDEFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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