Html Css Color HEX #BDE5BA Fringy Flower

📋 copy color: '#BDE5BA'

red 189 ◦ green 229 ◦ blue 186

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

Shades of Fringy Flower #BDE5BA

Tints of Fringy Flower #BDE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.91%

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 31.29%
G = 37.91%
B = 30.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#BDE5BA (or 0xBDE5BA) is known color: Fringy Flower. HEX triplet: BD, E5 and BA. RGB value is (189,229,186). Sum of RGB (Red+Green+Blue) = 189+229+186=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5BA is #421A45. Grayscale: #D4D4D4. Windows color (decimal): -4332102 or 12248509. OLE color: 12248509.

HSL color Cylindrical-coordinate representation of color #BDE5BA: hue angle of 115.81º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE5BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 186 -
CMYK 0.17 0 0.19 0.10
HSL 115.81º 0.45% 0.81% -
HSV(B) 115.81º 0.19% 0.9% -
XYZ 57.87 70.4 56.99 -
YUV 212.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 189 229 186 0.17 0 0.19 0.10 115.81 0.45 0.81
Hex BD E5 BA 11 0 13 A 74 2D 51
Octal 275 345 272 21 0 23 12 164 55 121
Binary 10111101 11100101 10111010 10001 0 10011 1010 1110100 101101 1010001

Color Harmonies of #BDE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5BA

Black with #BDE5BA

Text Example


Text Example

White with #BDE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5BA; }

 p { color: rgb(189,229,186); }

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

background-color css

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

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

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

border-color css

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

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

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