Html Css Color HEX #BDE9BA Fringy Flower

📋 copy color: '#BDE9BA'

red 189 ◦ green 233 ◦ blue 186

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

Shades of Fringy Flower #BDE9BA

Tints of Fringy Flower #BDE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.32%

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

R = 31.09%
G = 38.32%
B = 30.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#BDE9BA (or 0xBDE9BA) is known color: Fringy Flower. HEX triplet: BD, E9 and BA. RGB value is (189,233,186). Sum of RGB (Red+Green+Blue) = 189+233+186=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BA is #421645. Grayscale: #D6D6D6. Windows color (decimal): -4331078 or 12249533. OLE color: 12249533.

HSL color Cylindrical-coordinate representation of color #BDE9BA: hue angle of 116.17º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE9BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 186 -
CMYK 0.19 0 0.20 0.09
HSL 116.17º 0.52% 0.82% -
HSV(B) 116.17º 0.2% 0.91% -
XYZ 58.99 72.64 57.37 -
YUV 214.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 189 233 186 0.19 0 0.20 0.09 116.17 0.52 0.82
Hex BD E9 BA 13 0 14 9 74 34 52
Octal 275 351 272 23 0 24 11 164 64 122
Binary 10111101 11101001 10111010 10011 0 10100 1001 1110100 110100 1010010

Color Harmonies of #BDE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9BA

Black with #BDE9BA

Text Example


Text Example

White with #BDE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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