Html Css Color HEX #BDECBD Fringy Flower

📋 copy color: '#BDECBD'

red 189 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #BDECBD

Tints of Fringy Flower #BDECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.44%

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

R = 30.78%
G = 38.44%
B = 30.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BDECBD (or 0xBDECBD) is known color: Fringy Flower. HEX triplet: BD, EC and BD. RGB value is (189,236,189). Sum of RGB (Red+Green+Blue) = 189+236+189=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECBD is #421342. Grayscale: #D8D8D8. Windows color (decimal): -4330307 or 12446909. OLE color: 12446909.

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

Color convert

RGB 189 236 189 -
CMYK 0.20 0 0.20 0.07
HSL 120º 0.55% 0.83% -
HSV(B) 120º 0.2% 0.93% -
XYZ 60.17 74.48 59.35 -
YUV 216.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 189 236 189 0.20 0 0.20 0.07 120 0.55 0.83
Hex BD EC BD 14 0 14 7 78 37 53
Octal 275 354 275 24 0 24 7 170 67 123
Binary 10111101 11101100 10111101 10100 0 10100 111 1111000 110111 1010011

Color Harmonies of #BDECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECBD

Black with #BDECBD

Text Example


Text Example

White with #BDECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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