Html Css Color HEX #BAE9C1 Fringy Flower

📋 copy color: '#BAE9C1'

red 186 ◦ green 233 ◦ blue 193

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

Shades of Fringy Flower #BAE9C1

Tints of Fringy Flower #BAE9C1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 193 (75.78% from 255) = 31.54%

R = 30.39%
G = 38.07%
B = 31.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#BAE9C1 (or 0xBAE9C1) is known color: Fringy Flower. HEX triplet: BA, E9 and C1. RGB value is (186,233,193). Sum of RGB (Red+Green+Blue) = 186+233+193=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9C1 is #45163E. Grayscale: #D6D6D6. Windows color (decimal): -4527679 or 12708282. OLE color: 12708282.

HSL color Cylindrical-coordinate representation of color #BAE9C1: hue angle of 128.94º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9C1 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 193 -
CMYK 0.20 0 0.17 0.09
HSL 128.94º 0.52% 0.82% -
HSV(B) 128.94º 0.2% 0.91% -
XYZ 59.01 72.57 61.35 -
YUV 214.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 186 233 193 0.20 0 0.17 0.09 128.94 0.52 0.82
Hex BA E9 C1 14 0 11 9 81 34 52
Octal 272 351 301 24 0 21 11 201 64 122
Binary 10111010 11101001 11000001 10100 0 10001 1001 10000001 110100 1010010

Color Harmonies of #BAE9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9C1

Black with #BAE9C1

Text Example


Text Example

White with #BAE9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9C1; }

 p { color: rgb(186,233,193); }

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

background-color css

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

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

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

border-color css

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

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

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