Html Css Color HEX #BDEBBD Fringy Flower

📋 copy color: '#BDEBBD'

red 189 ◦ green 235 ◦ blue 189

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

Shades of Fringy Flower #BDEBBD

Tints of Fringy Flower #BDEBBD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

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

R = 30.83%
G = 38.34%
B = 30.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BDEBBD (or 0xBDEBBD) is known color: Fringy Flower. HEX triplet: BD, EB and BD. RGB value is (189,235,189). Sum of RGB (Red+Green+Blue) = 189+235+189=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBD is #421442. Grayscale: #D8D8D8. Windows color (decimal): -4330563 or 12446653. OLE color: 12446653.

HSL color Cylindrical-coordinate representation of color #BDEBBD: hue angle of 120º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBBD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 189 -
CMYK 0.20 0 0.20 0.08
HSL 120º 0.53% 0.83% -
HSV(B) 120º 0.2% 0.92% -
XYZ 59.88 73.91 59.25 -
YUV 216 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 189 235 189 0.20 0 0.20 0.08 120 0.53 0.83
Hex BD EB BD 14 0 14 8 78 35 53
Octal 275 353 275 24 0 24 10 170 65 123
Binary 10111101 11101011 10111101 10100 0 10100 1000 1111000 110101 1010011

Color Harmonies of #BDEBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBBD

Black with #BDEBBD

Text Example


Text Example

White with #BDEBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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