Html Css Color HEX #BAEDBA Fringy Flower

📋 copy color: '#BAEDBA'

red 186 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #BAEDBA

Tints of Fringy Flower #BAEDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 30.54%
G = 38.92%
B = 30.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#BAEDBA (or 0xBAEDBA) is known color: Fringy Flower. HEX triplet: BA, ED and BA. RGB value is (186,237,186). Sum of RGB (Red+Green+Blue) = 186+237+186=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDBA is #451245. Grayscale: #D8D8D8. Windows color (decimal): -4526662 or 12250554. OLE color: 12250554.

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

Color convert

RGB 186 237 186 -
CMYK 0.22 0 0.22 0.07
HSL 120º 0.59% 0.83% -
HSV(B) 120º 0.22% 0.93% -
XYZ 59.4 74.55 57.71 -
YUV 215.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 186 237 186 0.22 0 0.22 0.07 120 0.59 0.83
Hex BA ED BA 16 0 16 7 78 3B 53
Octal 272 355 272 26 0 26 7 170 73 123
Binary 10111010 11101101 10111010 10110 0 10110 111 1111000 111011 1010011

Color Harmonies of #BAEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDBA

Black with #BAEDBA

Text Example


Text Example

White with #BAEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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