Html Css Color HEX #B2ECBA Fringy Flower

📋 copy color: '#B2ECBA'

red 178 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #B2ECBA

Tints of Fringy Flower #B2ECBA

RGB

 RED value IS 178 (69.92% from 255) = 29.67%

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

 BLUE value IS 186 (73.05% from 255) = 31%

R = 29.67%
G = 39.33%
B = 31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B2ECBA (or 0xB2ECBA) is known color: Fringy Flower. HEX triplet: B2, EC and BA. RGB value is (178,236,186). Sum of RGB (Red+Green+Blue) = 178+236+186=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECBA is #4D1345. Grayscale: #D5D5D5. Windows color (decimal): -5051206 or 12250290. OLE color: 12250290.

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

Color convert

RGB 178 236 186 -
CMYK 0.25 0 0.21 0.07
HSL 128.28º 0.6% 0.81% -
HSV(B) 128.28º 0.25% 0.93% -
XYZ 57.22 73 57.53 -
YUV 212.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 178 236 186 0.25 0 0.21 0.07 128.28 0.6 0.81
Hex B2 EC BA 19 0 15 7 80 3C 51
Octal 262 354 272 31 0 25 7 200 74 121
Binary 10110010 11101100 10111010 11001 0 10101 111 10000000 111100 1010001

Color Harmonies of #B2ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECBA

Black with #B2ECBA

Text Example


Text Example

White with #B2ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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