Html Css Color HEX #BDF2BE Fringy Flower

📋 copy color: '#BDF2BE'

red 189 ◦ green 242 ◦ blue 190

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

Shades of Fringy Flower #BDF2BE

Tints of Fringy Flower #BDF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

 BLUE value IS 190 (74.61% from 255) = 30.6%

R = 30.43%
G = 38.97%
B = 30.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#BDF2BE (or 0xBDF2BE) is known color: Fringy Flower. HEX triplet: BD, F2 and BE. RGB value is (189,242,190). Sum of RGB (Red+Green+Blue) = 189+242+190=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2BE is #420D41. Grayscale: #DCDCDC. Windows color (decimal): -4328770 or 12513981. OLE color: 12513981.

HSL color Cylindrical-coordinate representation of color #BDF2BE: hue angle of 121.13º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2BE is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 190 -
CMYK 0.22 0 0.21 0.05
HSL 121.13º 0.67% 0.85% -
HSV(B) 121.13º 0.22% 0.95% -
XYZ 62.03 78.04 60.51 -
YUV 220.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 189 242 190 0.22 0 0.21 0.05 121.13 0.67 0.85
Hex BD F2 BE 16 0 15 5 79 43 55
Octal 275 362 276 26 0 25 5 171 103 125
Binary 10111101 11110010 10111110 10110 0 10101 101 1111001 1000011 1010101

Color Harmonies of #BDF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2BE

Black with #BDF2BE

Text Example


Text Example

White with #BDF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2BE; }

 p { color: rgb(189,242,190); }

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

background-color css

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

 a { background-color: rgb(189,242,190); }

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

border-color css

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

 span { border-color: rgb(189,242,190); }

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