Html Css Color HEX #BAE4C0 Fringy Flower

📋 copy color: '#BAE4C0'

red 186 ◦ green 228 ◦ blue 192

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

Shades of Fringy Flower #BAE4C0

Tints of Fringy Flower #BAE4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

 BLUE value IS 192 (75.39% from 255) = 31.68%

R = 30.69%
G = 37.62%
B = 31.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BAE4C0 (or 0xBAE4C0) is known color: Fringy Flower. HEX triplet: BA, E4 and C0. RGB value is (186,228,192). Sum of RGB (Red+Green+Blue) = 186+228+192=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4C0 is #451B3F. Grayscale: #D3D3D3. Windows color (decimal): -4528960 or 12641466. OLE color: 12641466.

HSL color Cylindrical-coordinate representation of color #BAE4C0: hue angle of 128.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4C0 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 192 -
CMYK 0.18 0 0.16 0.11
HSL 128.57º 0.44% 0.81% -
HSV(B) 128.57º 0.18% 0.89% -
XYZ 57.51 69.73 60.3 -
YUV 211.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 186 228 192 0.18 0 0.16 0.11 128.57 0.44 0.81
Hex BA E4 C0 12 0 10 B 81 2C 51
Octal 272 344 300 22 0 20 13 201 54 121
Binary 10111010 11100100 11000000 10010 0 10000 1011 10000001 101100 1010001

Color Harmonies of #BAE4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4C0

Black with #BAE4C0

Text Example


Text Example

White with #BAE4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4C0; }

 p { color: rgb(186,228,192); }

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

background-color css

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

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

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

border-color css

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

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

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