Html Css Color HEX #BAEEBA Fringy Flower

📋 copy color: '#BAEEBA'

red 186 ◦ green 238 ◦ blue 186

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

Shades of Fringy Flower #BAEEBA

Tints of Fringy Flower #BAEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.02%

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

R = 30.49%
G = 39.02%
B = 30.49%

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

#BAEEBA (or 0xBAEEBA) is known color: Fringy Flower. HEX triplet: BA, EE and BA. RGB value is (186,238,186). Sum of RGB (Red+Green+Blue) = 186+238+186=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEBA is #451145. Grayscale: #D8D8D8. Windows color (decimal): -4526406 or 12250810. OLE color: 12250810.

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

Color convert

RGB 186 238 186 -
CMYK 0.22 0 0.22 0.07
HSL 120º 0.6% 0.83% -
HSV(B) 120º 0.22% 0.93% -
XYZ 59.69 75.13 57.81 -
YUV 216.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 186 238 186 0.22 0 0.22 0.07 120 0.6 0.83
Hex BA EE BA 16 0 16 7 78 3C 53
Octal 272 356 272 26 0 26 7 170 74 123
Binary 10111010 11101110 10111010 10110 0 10110 111 1111000 111100 1010011

Color Harmonies of #BAEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEBA

Black with #BAEEBA

Text Example


Text Example

White with #BAEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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