Html Css Color HEX #BDE9C2 Fringy Flower

📋 copy color: '#BDE9C2'

red 189 ◦ green 233 ◦ blue 194

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

Shades of Fringy Flower #BDE9C2

Tints of Fringy Flower #BDE9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.49%

R = 30.68%
G = 37.82%
B = 31.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#BDE9C2 (or 0xBDE9C2) is known color: Fringy Flower. HEX triplet: BD, E9 and C2. RGB value is (189,233,194). Sum of RGB (Red+Green+Blue) = 189+233+194=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C2 is #42163D. Grayscale: #D7D7D7. Windows color (decimal): -4331070 or 12773821. OLE color: 12773821.

HSL color Cylindrical-coordinate representation of color #BDE9C2: hue angle of 126.82º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9C2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 194 -
CMYK 0.19 0 0.17 0.09
HSL 126.82º 0.5% 0.83% -
HSV(B) 126.82º 0.19% 0.91% -
XYZ 59.86 72.99 61.97 -
YUV 215.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 189 233 194 0.19 0 0.17 0.09 126.82 0.5 0.83
Hex BD E9 C2 13 0 11 9 7F 32 53
Octal 275 351 302 23 0 21 11 177 62 123
Binary 10111101 11101001 11000010 10011 0 10001 1001 1111111 110010 1010011

Color Harmonies of #BDE9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9C2

Black with #BDE9C2

Text Example


Text Example

White with #BDE9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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