Html Css Color HEX #B2E9BE Fringy Flower

📋 copy color: '#B2E9BE'

red 178 ◦ green 233 ◦ blue 190

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

Shades of Fringy Flower #B2E9BE

Tints of Fringy Flower #B2E9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.77%

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

R = 29.62%
G = 38.77%
B = 31.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#B2E9BE (or 0xB2E9BE) is known color: Fringy Flower. HEX triplet: B2, E9 and BE. RGB value is (178,233,190). Sum of RGB (Red+Green+Blue) = 178+233+190=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9BE is #4D1641. Grayscale: #D3D3D3. Windows color (decimal): -5051970 or 12511666. OLE color: 12511666.

HSL color Cylindrical-coordinate representation of color #B2E9BE: hue angle of 133.09º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9BE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 190 -
CMYK 0.24 0 0.18 0.09
HSL 133.09º 0.56% 0.81% -
HSV(B) 133.09º 0.24% 0.91% -
XYZ 56.79 71.46 59.52 -
YUV 211.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 178 233 190 0.24 0 0.18 0.09 133.09 0.56 0.81
Hex B2 E9 BE 18 0 12 9 85 38 51
Octal 262 351 276 30 0 22 11 205 70 121
Binary 10110010 11101001 10111110 11000 0 10010 1001 10000101 111000 1010001

Color Harmonies of #B2E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9BE

Black with #B2E9BE

Text Example


Text Example

White with #B2E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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