Html Css Color HEX #BDE0BE Fringy Flower

📋 copy color: '#BDE0BE'

red 189 ◦ green 224 ◦ blue 190

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

Shades of Fringy Flower #BDE0BE

Tints of Fringy Flower #BDE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

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

R = 31.34%
G = 37.15%
B = 31.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#BDE0BE (or 0xBDE0BE) is known color: Fringy Flower. HEX triplet: BD, E0 and BE. RGB value is (189,224,190). Sum of RGB (Red+Green+Blue) = 189+224+190=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BE is #421F41. Grayscale: #D1D1D1. Windows color (decimal): -4333378 or 12509373. OLE color: 12509373.

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

Color convert

RGB 189 224 190 -
CMYK 0.16 0 0.15 0.12
HSL 121.71º 0.36% 0.81% -
HSV(B) 121.71º 0.16% 0.88% -
XYZ 56.94 67.85 58.81 -
YUV 209.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 189 224 190 0.16 0 0.15 0.12 121.71 0.36 0.81
Hex BD E0 BE 10 0 F C 7A 24 51
Octal 275 340 276 20 0 17 14 172 44 121
Binary 10111101 11100000 10111110 10000 0 1111 1100 1111010 100100 1010001

Color Harmonies of #BDE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0BE

Black with #BDE0BE

Text Example


Text Example

White with #BDE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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