Html Css Color HEX #BAEDC1 Fringy Flower

📋 copy color: '#BAEDC1'

red 186 ◦ green 237 ◦ blue 193

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

Shades of Fringy Flower #BAEDC1

Tints of Fringy Flower #BAEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.33%

R = 30.19%
G = 38.47%
B = 31.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BAEDC1 (or 0xBAEDC1) is known color: Fringy Flower. HEX triplet: BA, ED and C1. RGB value is (186,237,193). Sum of RGB (Red+Green+Blue) = 186+237+193=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC1 is #45123E. Grayscale: #D8D8D8. Windows color (decimal): -4526655 or 12709306. OLE color: 12709306.

HSL color Cylindrical-coordinate representation of color #BAEDC1: hue angle of 128.24º 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 #BAEDC1 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 193 -
CMYK 0.22 0 0.19 0.07
HSL 128.24º 0.59% 0.83% -
HSV(B) 128.24º 0.22% 0.93% -
XYZ 60.16 74.86 61.73 -
YUV 216.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 186 237 193 0.22 0 0.19 0.07 128.24 0.59 0.83
Hex BA ED C1 16 0 13 7 80 3B 53
Octal 272 355 301 26 0 23 7 200 73 123
Binary 10111010 11101101 11000001 10110 0 10011 111 10000000 111011 1010011

Color Harmonies of #BAEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDC1

Black with #BAEDC1

Text Example


Text Example

White with #BAEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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