Html Css Color HEX #B2ECB6 Fringy Flower

📋 copy color: '#B2ECB6'

red 178 ◦ green 236 ◦ blue 182

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

Shades of Fringy Flower #B2ECB6

Tints of Fringy Flower #B2ECB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.54%

R = 29.87%
G = 39.6%
B = 30.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#B2ECB6 (or 0xB2ECB6) is known color: Fringy Flower. HEX triplet: B2, EC and B6. RGB value is (178,236,182). Sum of RGB (Red+Green+Blue) = 178+236+182=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECB6 is #4D1349. Grayscale: #D4D4D4. Windows color (decimal): -5051210 or 11988146. OLE color: 11988146.

HSL color Cylindrical-coordinate representation of color #B2ECB6: hue angle of 124.14º 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 #B2ECB6 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 236 182 -
CMYK 0.25 0 0.23 0.07
HSL 124.14º 0.6% 0.81% -
HSV(B) 124.14º 0.25% 0.93% -
XYZ 56.8 72.83 55.32 -
YUV 212.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 178 236 182 0.25 0 0.23 0.07 124.14 0.6 0.81
Hex B2 EC B6 19 0 17 7 7C 3C 51
Octal 262 354 266 31 0 27 7 174 74 121
Binary 10110010 11101100 10110110 11001 0 10111 111 1111100 111100 1010001

Color Harmonies of #B2ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECB6

Black with #B2ECB6

Text Example


Text Example

White with #B2ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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