Html Css Color HEX #BAE1BB Fringy Flower

📋 copy color: '#BAE1BB'

red 186 ◦ green 225 ◦ blue 187

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

Shades of Fringy Flower #BAE1BB

Tints of Fringy Flower #BAE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.63%

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 31.1%
G = 37.63%
B = 31.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#BAE1BB (or 0xBAE1BB) is known color: Fringy Flower. HEX triplet: BA, E1 and BB. RGB value is (186,225,187). Sum of RGB (Red+Green+Blue) = 186+225+187=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1BB is #451E44. Grayscale: #D1D1D1. Windows color (decimal): -4529733 or 12313018. OLE color: 12313018.

HSL color Cylindrical-coordinate representation of color #BAE1BB: hue angle of 121.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 187 -
CMYK 0.17 0 0.17 0.12
HSL 121.54º 0.39% 0.81% -
HSV(B) 121.54º 0.17% 0.88% -
XYZ 56.14 67.88 57.16 -
YUV 209.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 186 225 187 0.17 0 0.17 0.12 121.54 0.39 0.81
Hex BA E1 BB 11 0 11 C 7A 27 51
Octal 272 341 273 21 0 21 14 172 47 121
Binary 10111010 11100001 10111011 10001 0 10001 1100 1111010 100111 1010001

Color Harmonies of #BAE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1BB

Black with #BAE1BB

Text Example


Text Example

White with #BAE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1BB; }

 p { color: rgb(186,225,187); }

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

background-color css

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

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

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

border-color css

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

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

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