Html Css Color HEX #BAEEC2 Fringy Flower

📋 copy color: '#BAEEC2'

red 186 ◦ green 238 ◦ blue 194

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

Shades of Fringy Flower #BAEEC2

Tints of Fringy Flower #BAEEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.51%

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

R = 30.1%
G = 38.51%
B = 31.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BAEEC2 (or 0xBAEEC2) is known color: Fringy Flower. HEX triplet: BA, EE and C2. RGB value is (186,238,194). Sum of RGB (Red+Green+Blue) = 186+238+194=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC2 is #45113D. Grayscale: #D9D9D9. Windows color (decimal): -4526398 or 12775098. OLE color: 12775098.

HSL color Cylindrical-coordinate representation of color #BAEEC2: hue angle of 129.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEC2 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 194 -
CMYK 0.22 0 0.18 0.07
HSL 129.23º 0.6% 0.83% -
HSV(B) 129.23º 0.22% 0.93% -
XYZ 60.56 75.48 62.42 -
YUV 217.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 186 238 194 0.22 0 0.18 0.07 129.23 0.6 0.83
Hex BA EE C2 16 0 12 7 81 3C 53
Octal 272 356 302 26 0 22 7 201 74 123
Binary 10111010 11101110 11000010 10110 0 10010 111 10000001 111100 1010011

Color Harmonies of #BAEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC2

Black with #BAEEC2

Text Example


Text Example

White with #BAEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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