Html Css Color HEX #BDE8BE Fringy Flower

📋 copy color: '#BDE8BE'

red 189 ◦ green 232 ◦ blue 190

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

Shades of Fringy Flower #BDE8BE

Tints of Fringy Flower #BDE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.97%

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

R = 30.93%
G = 37.97%
B = 31.1%

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

#BDE8BE (or 0xBDE8BE) is known color: Fringy Flower. HEX triplet: BD, E8 and BE. RGB value is (189,232,190). Sum of RGB (Red+Green+Blue) = 189+232+190=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8BE is #421741. Grayscale: #D6D6D6. Windows color (decimal): -4331330 or 12511421. OLE color: 12511421.

HSL color Cylindrical-coordinate representation of color #BDE8BE: hue angle of 121.4º degrees, saturation: 0.48, 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 #BDE8BE is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 190 -
CMYK 0.19 0 0.18 0.09
HSL 121.4º 0.48% 0.83% -
HSV(B) 121.4º 0.19% 0.91% -
XYZ 59.14 72.25 59.54 -
YUV 214.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 189 232 190 0.19 0 0.18 0.09 121.4 0.48 0.83
Hex BD E8 BE 13 0 12 9 79 30 53
Octal 275 350 276 23 0 22 11 171 60 123
Binary 10111101 11101000 10111110 10011 0 10010 1001 1111001 110000 1010011

Color Harmonies of #BDE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8BE

Black with #BDE8BE

Text Example


Text Example

White with #BDE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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