Html Css Color HEX #BDE7BD Fringy Flower

📋 copy color: '#BDE7BD'

red 189 ◦ green 231 ◦ blue 189

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

Shades of Fringy Flower #BDE7BD

Tints of Fringy Flower #BDE7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.93%

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

R = 31.03%
G = 37.93%
B = 31.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#BDE7BD (or 0xBDE7BD) is known color: Fringy Flower. HEX triplet: BD, E7 and BD. RGB value is (189,231,189). Sum of RGB (Red+Green+Blue) = 189+231+189=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BD is #421842. Grayscale: #D5D5D5. Windows color (decimal): -4331587 or 12445629. OLE color: 12445629.

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

Color convert

RGB 189 231 189 -
CMYK 0.18 0 0.18 0.09
HSL 120º 0.47% 0.82% -
HSV(B) 120º 0.18% 0.91% -
XYZ 58.75 71.64 58.88 -
YUV 213.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 189 231 189 0.18 0 0.18 0.09 120 0.47 0.82
Hex BD E7 BD 12 0 12 9 78 2F 52
Octal 275 347 275 22 0 22 11 170 57 122
Binary 10111101 11100111 10111101 10010 0 10010 1001 1111000 101111 1010010

Color Harmonies of #BDE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7BD

Black with #BDE7BD

Text Example


Text Example

White with #BDE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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