Html Css Color HEX #B2ECBE Fringy Flower

📋 copy color: '#B2ECBE'

red 178 ◦ green 236 ◦ blue 190

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

Shades of Fringy Flower #B2ECBE

Tints of Fringy Flower #B2ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 29.47%
G = 39.07%
B = 31.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B2ECBE (or 0xB2ECBE) is known color: Fringy Flower. HEX triplet: B2, EC and BE. RGB value is (178,236,190). Sum of RGB (Red+Green+Blue) = 178+236+190=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECBE is #4D1341. Grayscale: #D5D5D5. Windows color (decimal): -5051202 or 12512434. OLE color: 12512434.

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

Color convert

RGB 178 236 190 -
CMYK 0.25 0 0.19 0.07
HSL 132.41º 0.6% 0.81% -
HSV(B) 132.41º 0.25% 0.93% -
XYZ 57.65 73.17 59.8 -
YUV 213.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 178 236 190 0.25 0 0.19 0.07 132.41 0.6 0.81
Hex B2 EC BE 19 0 13 7 84 3C 51
Octal 262 354 276 31 0 23 7 204 74 121
Binary 10110010 11101100 10111110 11001 0 10011 111 10000100 111100 1010001

Color Harmonies of #B2ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECBE

Black with #B2ECBE

Text Example


Text Example

White with #B2ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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