Html Css Color HEX #B2ECBB Fringy Flower

📋 copy color: '#B2ECBB'

red 178 ◦ green 236 ◦ blue 187

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

Shades of Fringy Flower #B2ECBB

Tints of Fringy Flower #B2ECBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 29.62%
G = 39.27%
B = 31.11%

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

#B2ECBB (or 0xB2ECBB) is known color: Fringy Flower. HEX triplet: B2, EC and BB. RGB value is (178,236,187). Sum of RGB (Red+Green+Blue) = 178+236+187=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECBB is #4D1344. Grayscale: #D5D5D5. Windows color (decimal): -5051205 or 12315826. OLE color: 12315826.

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

Color convert

RGB 178 236 187 -
CMYK 0.25 0 0.21 0.07
HSL 129.31º 0.6% 0.81% -
HSV(B) 129.31º 0.25% 0.93% -
XYZ 57.33 73.04 58.09 -
YUV 213.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 178 236 187 0.25 0 0.21 0.07 129.31 0.6 0.81
Hex B2 EC BB 19 0 15 7 81 3C 51
Octal 262 354 273 31 0 25 7 201 74 121
Binary 10110010 11101100 10111011 11001 0 10101 111 10000001 111100 1010001

Color Harmonies of #B2ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECBB

Black with #B2ECBB

Text Example


Text Example

White with #B2ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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