Html Css Color HEX #BEEDC0 Fringy Flower

📋 copy color: '#BEEDC0'

red 190 ◦ green 237 ◦ blue 192

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

Shades of Fringy Flower #BEEDC0

Tints of Fringy Flower #BEEDC0

RGB

 RED value IS 190 (74.61% from 255) = 30.69%

 GREEN value IS 237 (92.97% from 255) = 38.29%

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

R = 30.69%
G = 38.29%
B = 31.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BEEDC0 (or 0xBEEDC0) is known color: Fringy Flower. HEX triplet: BE, ED and C0. RGB value is (190,237,192). Sum of RGB (Red+Green+Blue) = 190+237+192=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC0 is #41123F. Grayscale: #D9D9D9. Windows color (decimal): -4264512 or 12643774. OLE color: 12643774.

HSL color Cylindrical-coordinate representation of color #BEEDC0: hue angle of 122.55º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDC0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 192 -
CMYK 0.20 0 0.19 0.07
HSL 122.55º 0.57% 0.84% -
HSV(B) 122.55º 0.2% 0.93% -
XYZ 61.03 75.32 61.19 -
YUV 217.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 190 237 192 0.20 0 0.19 0.07 122.55 0.57 0.84
Hex BE ED C0 14 0 13 7 7B 39 54
Octal 276 355 300 24 0 23 7 173 71 124
Binary 10111110 11101101 11000000 10100 0 10011 111 1111011 111001 1010100

Color Harmonies of #BEEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDC0

Black with #BEEDC0

Text Example


Text Example

White with #BEEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDC0; }

 p { color: rgb(190,237,192); }

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

background-color css

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

 a { background-color: rgb(190,237,192); }

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

border-color css

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

 span { border-color: rgb(190,237,192); }

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