Html Css Color HEX #BDE4C0 Fringy Flower

📋 copy color: '#BDE4C0'

red 189 ◦ green 228 ◦ blue 192

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

Shades of Fringy Flower #BDE4C0

Tints of Fringy Flower #BDE4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.44%

 BLUE value IS 192 (75.39% from 255) = 31.53%

R = 31.03%
G = 37.44%
B = 31.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BDE4C0 (or 0xBDE4C0) is known color: Fringy Flower. HEX triplet: BD, E4 and C0. RGB value is (189,228,192). Sum of RGB (Red+Green+Blue) = 189+228+192=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4C0 is #421B3F. Grayscale: #D4D4D4. Windows color (decimal): -4332352 or 12641469. OLE color: 12641469.

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

Color convert

RGB 189 228 192 -
CMYK 0.17 0 0.16 0.11
HSL 124.62º 0.42% 0.82% -
HSV(B) 124.62º 0.17% 0.89% -
XYZ 58.24 70.11 60.33 -
YUV 212.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 189 228 192 0.17 0 0.16 0.11 124.62 0.42 0.82
Hex BD E4 C0 11 0 10 B 7D 2A 52
Octal 275 344 300 21 0 20 13 175 52 122
Binary 10111101 11100100 11000000 10001 0 10000 1011 1111101 101010 1010010

Color Harmonies of #BDE4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4C0

Black with #BDE4C0

Text Example


Text Example

White with #BDE4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4C0; }

 p { color: rgb(189,228,192); }

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

background-color css

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

 a { background-color: rgb(189,228,192); }

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

border-color css

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

 span { border-color: rgb(189,228,192); }

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