Html Css Color HEX #BAE8C4 Fringy Flower

📋 copy color: '#BAE8C4'

red 186 ◦ green 232 ◦ blue 196

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

Shades of Fringy Flower #BAE8C4

Tints of Fringy Flower #BAE8C4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.79%

 BLUE value IS 196 (76.95% from 255) = 31.92%

R = 30.29%
G = 37.79%
B = 31.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#BAE8C4 (or 0xBAE8C4) is known color: Fringy Flower. HEX triplet: BA, E8 and C4. RGB value is (186,232,196). Sum of RGB (Red+Green+Blue) = 186+232+196=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8C4 is #45173B. Grayscale: #D6D6D6. Windows color (decimal): -4527932 or 12904634. OLE color: 12904634.

HSL color Cylindrical-coordinate representation of color #BAE8C4: hue angle of 133.04º degrees, saturation: 0.5, 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 #BAE8C4 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 196 -
CMYK 0.20 0 0.16 0.09
HSL 133.04º 0.5% 0.82% -
HSV(B) 133.04º 0.2% 0.91% -
XYZ 59.07 72.14 63.04 -
YUV 214.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 186 232 196 0.20 0 0.16 0.09 133.04 0.5 0.82
Hex BA E8 C4 14 0 10 9 85 32 52
Octal 272 350 304 24 0 20 11 205 62 122
Binary 10111010 11101000 11000100 10100 0 10000 1001 10000101 110010 1010010

Color Harmonies of #BAE8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8C4

Black with #BAE8C4

Text Example


Text Example

White with #BAE8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8C4; }

 p { color: rgb(186,232,196); }

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

background-color css

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

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

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

border-color css

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

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

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