Html Css Color HEX #BDE2BE Fringy Flower

📋 copy color: '#BDE2BE'

red 189 ◦ green 226 ◦ blue 190

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

Shades of Fringy Flower #BDE2BE

Tints of Fringy Flower #BDE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.36%

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

R = 31.24%
G = 37.36%
B = 31.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BDE2BE (or 0xBDE2BE) is known color: Fringy Flower. HEX triplet: BD, E2 and BE. RGB value is (189,226,190). Sum of RGB (Red+Green+Blue) = 189+226+190=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2BE is #421D41. Grayscale: #D2D2D2. Windows color (decimal): -4332866 or 12509885. OLE color: 12509885.

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

Color convert

RGB 189 226 190 -
CMYK 0.16 0 0.16 0.11
HSL 121.62º 0.39% 0.81% -
HSV(B) 121.62º 0.16% 0.89% -
XYZ 57.48 68.93 58.99 -
YUV 210.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 189 226 190 0.16 0 0.16 0.11 121.62 0.39 0.81
Hex BD E2 BE 10 0 10 B 7A 27 51
Octal 275 342 276 20 0 20 13 172 47 121
Binary 10111101 11100010 10111110 10000 0 10000 1011 1111010 100111 1010001

Color Harmonies of #BDE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2BE

Black with #BDE2BE

Text Example


Text Example

White with #BDE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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