Html Css Color HEX #BAE8C3 Fringy Flower

📋 copy color: '#BAE8C3'

red 186 ◦ green 232 ◦ blue 195

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

Shades of Fringy Flower #BAE8C3

Tints of Fringy Flower #BAE8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.81%

R = 30.34%
G = 37.85%
B = 31.81%

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

#BAE8C3 (or 0xBAE8C3) is known color: Fringy Flower. HEX triplet: BA, E8 and C3. RGB value is (186,232,195). Sum of RGB (Red+Green+Blue) = 186+232+195=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8C3 is #45173C. Grayscale: #D6D6D6. Windows color (decimal): -4527933 or 12839098. OLE color: 12839098.

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

Color convert

RGB 186 232 195 -
CMYK 0.20 0 0.16 0.09
HSL 131.74º 0.5% 0.82% -
HSV(B) 131.74º 0.2% 0.91% -
XYZ 58.96 72.09 62.44 -
YUV 214.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 186 232 195 0.20 0 0.16 0.09 131.74 0.5 0.82
Hex BA E8 C3 14 0 10 9 84 32 52
Octal 272 350 303 24 0 20 11 204 62 122
Binary 10111010 11101000 11000011 10100 0 10000 1001 10000100 110010 1010010

Color Harmonies of #BAE8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8C3

Black with #BAE8C3

Text Example


Text Example

White with #BAE8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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