Html Css Color HEX #BAEDC0 Fringy Flower

📋 copy color: '#BAEDC0'

red 186 ◦ green 237 ◦ blue 192

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

Shades of Fringy Flower #BAEDC0

Tints of Fringy Flower #BAEDC0

RGB

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

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

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

R = 30.24%
G = 38.54%
B = 31.22%

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

#BAEDC0 (or 0xBAEDC0) is known color: Fringy Flower. HEX triplet: BA, ED and C0. RGB value is (186,237,192). Sum of RGB (Red+Green+Blue) = 186+237+192=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC0 is #45123F. Grayscale: #D8D8D8. Windows color (decimal): -4526656 or 12643770. OLE color: 12643770.

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

Color convert

RGB 186 237 192 -
CMYK 0.22 0 0.19 0.07
HSL 127.06º 0.59% 0.83% -
HSV(B) 127.06º 0.22% 0.93% -
XYZ 60.05 74.81 61.14 -
YUV 216.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 186 237 192 0.22 0 0.19 0.07 127.06 0.59 0.83
Hex BA ED C0 16 0 13 7 7F 3B 53
Octal 272 355 300 26 0 23 7 177 73 123
Binary 10111010 11101101 11000000 10110 0 10011 111 1111111 111011 1010011

Color Harmonies of #BAEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDC0

Black with #BAEDC0

Text Example


Text Example

White with #BAEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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