Html Css Color HEX #BDE6BE Fringy Flower

📋 copy color: '#BDE6BE'

red 189 ◦ green 230 ◦ blue 190

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

Shades of Fringy Flower #BDE6BE

Tints of Fringy Flower #BDE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.77%

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

R = 31.03%
G = 37.77%
B = 31.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BDE6BE (or 0xBDE6BE) is known color: Fringy Flower. HEX triplet: BD, E6 and BE. RGB value is (189,230,190). Sum of RGB (Red+Green+Blue) = 189+230+190=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BE is #421941. Grayscale: #D5D5D5. Windows color (decimal): -4331842 or 12510909. OLE color: 12510909.

HSL color Cylindrical-coordinate representation of color #BDE6BE: hue angle of 121.46º 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 #BDE6BE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 190 -
CMYK 0.18 0 0.17 0.10
HSL 121.46º 0.45% 0.82% -
HSV(B) 121.46º 0.18% 0.9% -
XYZ 58.58 71.13 59.36 -
YUV 213.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 189 230 190 0.18 0 0.17 0.10 121.46 0.45 0.82
Hex BD E6 BE 12 0 11 A 79 2D 52
Octal 275 346 276 22 0 21 12 171 55 122
Binary 10111101 11100110 10111110 10010 0 10001 1010 1111001 101101 1010010

Color Harmonies of #BDE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6BE

Black with #BDE6BE

Text Example


Text Example

White with #BDE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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