Html Css Color HEX #BDEEBD Fringy Flower

📋 copy color: '#BDEEBD'

red 189 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #BDEEBD

Tints of Fringy Flower #BDEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

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

R = 30.68%
G = 38.64%
B = 30.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BDEEBD (or 0xBDEEBD) is known color: Fringy Flower. HEX triplet: BD, EE and BD. RGB value is (189,238,189). Sum of RGB (Red+Green+Blue) = 189+238+189=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBD is #421142. Grayscale: #D9D9D9. Windows color (decimal): -4329795 or 12447421. OLE color: 12447421.

HSL color Cylindrical-coordinate representation of color #BDEEBD: hue angle of 120º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEBD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 189 -
CMYK 0.21 0 0.21 0.07
HSL 120º 0.59% 0.84% -
HSV(B) 120º 0.21% 0.93% -
XYZ 60.75 75.64 59.54 -
YUV 217.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 189 238 189 0.21 0 0.21 0.07 120 0.59 0.84
Hex BD EE BD 15 0 15 7 78 3B 54
Octal 275 356 275 25 0 25 7 170 73 124
Binary 10111101 11101110 10111101 10101 0 10101 111 1111000 111011 1010100

Color Harmonies of #BDEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEBD

Black with #BDEEBD

Text Example


Text Example

White with #BDEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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