Html Css Color HEX #BAEBC2 Fringy Flower

📋 copy color: '#BAEBC2'

red 186 ◦ green 235 ◦ blue 194

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

Shades of Fringy Flower #BAEBC2

Tints of Fringy Flower #BAEBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 30.24%
G = 38.21%
B = 31.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BAEBC2 (or 0xBAEBC2) is known color: Fringy Flower. HEX triplet: BA, EB and C2. RGB value is (186,235,194). Sum of RGB (Red+Green+Blue) = 186+235+194=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC2 is #45143D. Grayscale: #D7D7D7. Windows color (decimal): -4527166 or 12774330. OLE color: 12774330.

HSL color Cylindrical-coordinate representation of color #BAEBC2: hue angle of 129.8º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBC2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 194 -
CMYK 0.21 0 0.17 0.08
HSL 129.8º 0.55% 0.83% -
HSV(B) 129.8º 0.21% 0.92% -
XYZ 59.7 73.75 62.13 -
YUV 215.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 186 235 194 0.21 0 0.17 0.08 129.8 0.55 0.83
Hex BA EB C2 15 0 11 8 82 37 53
Octal 272 353 302 25 0 21 10 202 67 123
Binary 10111010 11101011 11000010 10101 0 10001 1000 10000010 110111 1010011

Color Harmonies of #BAEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBC2

Black with #BAEBC2

Text Example


Text Example

White with #BAEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBC2; }

 p { color: rgb(186,235,194); }

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

background-color css

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

 a { background-color: rgb(186,235,194); }

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

border-color css

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

 span { border-color: rgb(186,235,194); }

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