Html Css Color HEX #BAECBA Fringy Flower

📋 copy color: '#BAECBA'

red 186 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #BAECBA

Tints of Fringy Flower #BAECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.82%

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

R = 30.59%
G = 38.82%
B = 30.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BAECBA (or 0xBAECBA) is known color: Fringy Flower. HEX triplet: BA, EC and BA. RGB value is (186,236,186). Sum of RGB (Red+Green+Blue) = 186+236+186=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBA is #451345. Grayscale: #D7D7D7. Windows color (decimal): -4526918 or 12250298. OLE color: 12250298.

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

Color convert

RGB 186 236 186 -
CMYK 0.21 0 0.21 0.07
HSL 120º 0.57% 0.83% -
HSV(B) 120º 0.21% 0.93% -
XYZ 59.11 73.98 57.62 -
YUV 215.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 186 236 186 0.21 0 0.21 0.07 120 0.57 0.83
Hex BA EC BA 15 0 15 7 78 39 53
Octal 272 354 272 25 0 25 7 170 71 123
Binary 10111010 11101100 10111010 10101 0 10101 111 1111000 111001 1010011

Color Harmonies of #BAECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECBA

Black with #BAECBA

Text Example


Text Example

White with #BAECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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