Html Css Color HEX #BAEDBE Fringy Flower

📋 copy color: '#BAEDBE'

red 186 ◦ green 237 ◦ blue 190

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

Shades of Fringy Flower #BAEDBE

Tints of Fringy Flower #BAEDBE

RGB

 RED value IS 186 (73.05% from 255) = 30.34%

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

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

R = 30.34%
G = 38.66%
B = 31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BAEDBE (or 0xBAEDBE) is known color: Fringy Flower. HEX triplet: BA, ED and BE. RGB value is (186,237,190). Sum of RGB (Red+Green+Blue) = 186+237+190=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDBE is #451241. Grayscale: #D8D8D8. Windows color (decimal): -4526658 or 12512698. OLE color: 12512698.

HSL color Cylindrical-coordinate representation of color #BAEDBE: hue angle of 124.71º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDBE is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 190 -
CMYK 0.22 0 0.20 0.07
HSL 124.71º 0.59% 0.83% -
HSV(B) 124.71º 0.22% 0.93% -
XYZ 59.83 74.73 59.99 -
YUV 216.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 186 237 190 0.22 0 0.20 0.07 124.71 0.59 0.83
Hex BA ED BE 16 0 14 7 7D 3B 53
Octal 272 355 276 26 0 24 7 175 73 123
Binary 10111010 11101101 10111110 10110 0 10100 111 1111101 111011 1010011

Color Harmonies of #BAEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDBE

Black with #BAEDBE

Text Example


Text Example

White with #BAEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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