Html Css Color HEX #BAECC2 Fringy Flower

📋 copy color: '#BAECC2'

red 186 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #BAECC2

Tints of Fringy Flower #BAECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.31%

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

R = 30.19%
G = 38.31%
B = 31.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BAECC2 (or 0xBAECC2) is known color: Fringy Flower. HEX triplet: BA, EC and C2. RGB value is (186,236,194). Sum of RGB (Red+Green+Blue) = 186+236+194=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC2 is #45133D. Grayscale: #D8D8D8. Windows color (decimal): -4526910 or 12774586. OLE color: 12774586.

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

Color convert

RGB 186 236 194 -
CMYK 0.21 0 0.18 0.07
HSL 129.6º 0.57% 0.83% -
HSV(B) 129.6º 0.21% 0.93% -
XYZ 59.98 74.33 62.22 -
YUV 216.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 186 236 194 0.21 0 0.18 0.07 129.6 0.57 0.83
Hex BA EC C2 15 0 12 7 82 39 53
Octal 272 354 302 25 0 22 7 202 71 123
Binary 10111010 11101100 11000010 10101 0 10010 111 10000010 111001 1010011

Color Harmonies of #BAECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECC2

Black with #BAECC2

Text Example


Text Example

White with #BAECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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