Html Css Color HEX #BDE9BD Fringy Flower

📋 copy color: '#BDE9BD'

red 189 ◦ green 233 ◦ blue 189

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

Shades of Fringy Flower #BDE9BD

Tints of Fringy Flower #BDE9BD

RGB

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

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

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

R = 30.93%
G = 38.13%
B = 30.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#BDE9BD (or 0xBDE9BD) is known color: Fringy Flower. HEX triplet: BD, E9 and BD. RGB value is (189,233,189). Sum of RGB (Red+Green+Blue) = 189+233+189=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BD is #421642. Grayscale: #D6D6D6. Windows color (decimal): -4331075 or 12446141. OLE color: 12446141.

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

Color convert

RGB 189 233 189 -
CMYK 0.19 0 0.19 0.09
HSL 120º 0.5% 0.83% -
HSV(B) 120º 0.19% 0.91% -
XYZ 59.31 72.77 59.06 -
YUV 214.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 189 233 189 0.19 0 0.19 0.09 120 0.5 0.83
Hex BD E9 BD 13 0 13 9 78 32 53
Octal 275 351 275 23 0 23 11 170 62 123
Binary 10111101 11101001 10111101 10011 0 10011 1001 1111000 110010 1010011

Color Harmonies of #BDE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9BD

Black with #BDE9BD

Text Example


Text Example

White with #BDE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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