Html Css Color HEX #BDE2BC Fringy Flower

📋 copy color: '#BDE2BC'

red 189 ◦ green 226 ◦ blue 188

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

Shades of Fringy Flower #BDE2BC

Tints of Fringy Flower #BDE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.48%

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 31.34%
G = 37.48%
B = 31.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#BDE2BC (or 0xBDE2BC) is known color: Fringy Flower. HEX triplet: BD, E2 and BC. RGB value is (189,226,188). Sum of RGB (Red+Green+Blue) = 189+226+188=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2BC is #421D43. Grayscale: #D2D2D2. Windows color (decimal): -4332868 or 12378813. OLE color: 12378813.

HSL color Cylindrical-coordinate representation of color #BDE2BC: hue angle of 118.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE2BC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 188 -
CMYK 0.16 0 0.17 0.11
HSL 118.42º 0.4% 0.81% -
HSV(B) 118.42º 0.17% 0.89% -
XYZ 57.26 68.84 57.85 -
YUV 210.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 189 226 188 0.16 0 0.17 0.11 118.42 0.4 0.81
Hex BD E2 BC 10 0 11 B 76 28 51
Octal 275 342 274 20 0 21 13 166 50 121
Binary 10111101 11100010 10111100 10000 0 10001 1011 1110110 101000 1010001

Color Harmonies of #BDE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2BC

Black with #BDE2BC

Text Example


Text Example

White with #BDE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2BC; }

 p { color: rgb(189,226,188); }

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

background-color css

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

 a { background-color: rgb(189,226,188); }

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

border-color css

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

 span { border-color: rgb(189,226,188); }

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