Html Css Color HEX #BDE1BE Fringy Flower

📋 copy color: '#BDE1BE'

red 189 ◦ green 225 ◦ blue 190

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

Shades of Fringy Flower #BDE1BE

Tints of Fringy Flower #BDE1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 31.29%
G = 37.25%
B = 31.46%

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

#BDE1BE (or 0xBDE1BE) is known color: Fringy Flower. HEX triplet: BD, E1 and BE. RGB value is (189,225,190). Sum of RGB (Red+Green+Blue) = 189+225+190=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BE is #421E41. Grayscale: #D2D2D2. Windows color (decimal): -4333122 or 12509629. OLE color: 12509629.

HSL color Cylindrical-coordinate representation of color #BDE1BE: hue angle of 121.67º 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 #BDE1BE is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 190 -
CMYK 0.16 0 0.16 0.12
HSL 121.67º 0.38% 0.81% -
HSV(B) 121.67º 0.16% 0.88% -
XYZ 57.21 68.39 58.9 -
YUV 210.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 189 225 190 0.16 0 0.16 0.12 121.67 0.38 0.81
Hex BD E1 BE 10 0 10 C 7A 26 51
Octal 275 341 276 20 0 20 14 172 46 121
Binary 10111101 11100001 10111110 10000 0 10000 1100 1111010 100110 1010001

Color Harmonies of #BDE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1BE

Black with #BDE1BE

Text Example


Text Example

White with #BDE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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