Html Css Color HEX #BDE3BE Fringy Flower

📋 copy color: '#BDE3BE'

red 189 ◦ green 227 ◦ blue 190

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

Shades of Fringy Flower #BDE3BE

Tints of Fringy Flower #BDE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

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

R = 31.19%
G = 37.46%
B = 31.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BDE3BE (or 0xBDE3BE) is known color: Fringy Flower. HEX triplet: BD, E3 and BE. RGB value is (189,227,190). Sum of RGB (Red+Green+Blue) = 189+227+190=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BE is #421C41. Grayscale: #D3D3D3. Windows color (decimal): -4332610 or 12510141. OLE color: 12510141.

HSL color Cylindrical-coordinate representation of color #BDE3BE: hue angle of 121.58º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3BE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 190 -
CMYK 0.17 0 0.16 0.11
HSL 121.58º 0.4% 0.82% -
HSV(B) 121.58º 0.17% 0.89% -
XYZ 57.75 69.47 59.08 -
YUV 211.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 189 227 190 0.17 0 0.16 0.11 121.58 0.4 0.82
Hex BD E3 BE 11 0 10 B 7A 28 52
Octal 275 343 276 21 0 20 13 172 50 122
Binary 10111101 11100011 10111110 10001 0 10000 1011 1111010 101000 1010010

Color Harmonies of #BDE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3BE

Black with #BDE3BE

Text Example


Text Example

White with #BDE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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