Html Css Color HEX #BDE1BD Fringy Flower

📋 copy color: '#BDE1BD'

red 189 ◦ green 225 ◦ blue 189

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

Shades of Fringy Flower #BDE1BD

Tints of Fringy Flower #BDE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.31%

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

R = 31.34%
G = 37.31%
B = 31.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#BDE1BD (or 0xBDE1BD) is known color: Fringy Flower. HEX triplet: BD, E1 and BD. RGB value is (189,225,189). Sum of RGB (Red+Green+Blue) = 189+225+189=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BD is #421E42. Grayscale: #D2D2D2. Windows color (decimal): -4333123 or 12444093. OLE color: 12444093.

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

Color convert

RGB 189 225 189 -
CMYK 0.16 0 0.16 0.12
HSL 120º 0.38% 0.81% -
HSV(B) 120º 0.16% 0.88% -
XYZ 57.1 68.34 58.33 -
YUV 210.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 189 225 189 0.16 0 0.16 0.12 120 0.38 0.81
Hex BD E1 BD 10 0 10 C 78 26 51
Octal 275 341 275 20 0 20 14 170 46 121
Binary 10111101 11100001 10111101 10000 0 10000 1100 1111000 100110 1010001

Color Harmonies of #BDE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1BD

Black with #BDE1BD

Text Example


Text Example

White with #BDE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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