Html Css Color HEX #BAEEBF Fringy Flower

📋 copy color: '#BAEEBF'

red 186 ◦ green 238 ◦ blue 191

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

Shades of Fringy Flower #BAEEBF

Tints of Fringy Flower #BAEEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.06%

R = 30.24%
G = 38.7%
B = 31.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BAEEBF (or 0xBAEEBF) is known color: Fringy Flower. HEX triplet: BA, EE and BF. RGB value is (186,238,191). Sum of RGB (Red+Green+Blue) = 186+238+191=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEBF is #451140. Grayscale: #D9D9D9. Windows color (decimal): -4526401 or 12578490. OLE color: 12578490.

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

Color convert

RGB 186 238 191 -
CMYK 0.22 0 0.20 0.07
HSL 125.77º 0.6% 0.83% -
HSV(B) 125.77º 0.22% 0.93% -
XYZ 60.23 75.35 60.66 -
YUV 217.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 186 238 191 0.22 0 0.20 0.07 125.77 0.6 0.83
Hex BA EE BF 16 0 14 7 7E 3C 53
Octal 272 356 277 26 0 24 7 176 74 123
Binary 10111010 11101110 10111111 10110 0 10100 111 1111110 111100 1010011

Color Harmonies of #BAEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEBF

Black with #BAEEBF

Text Example


Text Example

White with #BAEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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