Html Css Color HEX #BDE9BE Fringy Flower

📋 copy color: '#BDE9BE'

red 189 ◦ green 233 ◦ blue 190

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

Shades of Fringy Flower #BDE9BE

Tints of Fringy Flower #BDE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

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

R = 30.88%
G = 38.07%
B = 31.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#BDE9BE (or 0xBDE9BE) is known color: Fringy Flower. HEX triplet: BD, E9 and BE. RGB value is (189,233,190). Sum of RGB (Red+Green+Blue) = 189+233+190=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BE is #421641. Grayscale: #D7D7D7. Windows color (decimal): -4331074 or 12511677. OLE color: 12511677.

HSL color Cylindrical-coordinate representation of color #BDE9BE: hue angle of 121.36º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9BE is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 190 -
CMYK 0.19 0 0.18 0.09
HSL 121.36º 0.5% 0.83% -
HSV(B) 121.36º 0.19% 0.91% -
XYZ 59.42 72.81 59.64 -
YUV 214.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 189 233 190 0.19 0 0.18 0.09 121.36 0.5 0.83
Hex BD E9 BE 13 0 12 9 79 32 53
Octal 275 351 276 23 0 22 11 171 62 123
Binary 10111101 11101001 10111110 10011 0 10010 1001 1111001 110010 1010011

Color Harmonies of #BDE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9BE

Black with #BDE9BE

Text Example


Text Example

White with #BDE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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