Html Css Color HEX #BDE5BB Fringy Flower

📋 copy color: '#BDE5BB'

red 189 ◦ green 229 ◦ blue 187

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

Shades of Fringy Flower #BDE5BB

Tints of Fringy Flower #BDE5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 31.24%
G = 37.85%
B = 30.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#BDE5BB (or 0xBDE5BB) is known color: Fringy Flower. HEX triplet: BD, E5 and BB. RGB value is (189,229,187). Sum of RGB (Red+Green+Blue) = 189+229+187=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5BB is #421A44. Grayscale: #D4D4D4. Windows color (decimal): -4332101 or 12314045. OLE color: 12314045.

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

Color convert

RGB 189 229 187 -
CMYK 0.17 0 0.18 0.10
HSL 117.14º 0.45% 0.82% -
HSV(B) 117.14º 0.18% 0.9% -
XYZ 57.98 70.45 57.56 -
YUV 212.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 189 229 187 0.17 0 0.18 0.10 117.14 0.45 0.82
Hex BD E5 BB 11 0 12 A 75 2D 52
Octal 275 345 273 21 0 22 12 165 55 122
Binary 10111101 11100101 10111011 10001 0 10010 1010 1110101 101101 1010010

Color Harmonies of #BDE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5BB

Black with #BDE5BB

Text Example


Text Example

White with #BDE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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