Html Css Color HEX #BDFFBD Fringy Flower

📋 copy color: '#BDFFBD'

red 189 ◦ green 255 ◦ blue 189

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

Shades of Fringy Flower #BDFFBD

Tints of Fringy Flower #BDFFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 29.86%
G = 40.28%
B = 29.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#BDFFBD (or 0xBDFFBD) is known color: Fringy Flower. HEX triplet: BD, FF and BD. RGB value is (189,255,189). Sum of RGB (Red+Green+Blue) = 189+255+189=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFBD is #420042. Grayscale: #E3E3E3. Windows color (decimal): -4325443 or 12451773. OLE color: 12451773.

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

Color convert

RGB 189 255 189 -
CMYK 0.26 0 0.26 0
HSL 120º 1% 0.87% -
HSV(B) 120º 0.26% 1% -
XYZ 65.93 86.01 61.27 -
YUV 227.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 189 255 189 0.26 0 0.26 0 120 1 0.87
Hex BD FF BD 1A 0 1A 0 78 64 57
Octal 275 377 275 32 0 32 0 170 144 127
Binary 10111101 11111111 10111101 11010 0 11010 0 1111000 1100100 1010111

Color Harmonies of #BDFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFBD

Black with #BDFFBD

Text Example


Text Example

White with #BDFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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