Html Css Color HEX #B2E9B9 Fringy Flower

📋 copy color: '#B2E9B9'

red 178 ◦ green 233 ◦ blue 185

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

Shades of Fringy Flower #B2E9B9

Tints of Fringy Flower #B2E9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.04%

R = 29.87%
G = 39.09%
B = 31.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#B2E9B9 (or 0xB2E9B9) is known color: Fringy Flower. HEX triplet: B2, E9 and B9. RGB value is (178,233,185). Sum of RGB (Red+Green+Blue) = 178+233+185=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9B9 is #4D1646. Grayscale: #D3D3D3. Windows color (decimal): -5051975 or 12183986. OLE color: 12183986.

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

Color convert

RGB 178 233 185 -
CMYK 0.24 0 0.21 0.09
HSL 127.64º 0.56% 0.81% -
HSV(B) 127.64º 0.24% 0.91% -
XYZ 56.26 71.25 56.69 -
YUV 211.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 178 233 185 0.24 0 0.21 0.09 127.64 0.56 0.81
Hex B2 E9 B9 18 0 15 9 80 38 51
Octal 262 351 271 30 0 25 11 200 70 121
Binary 10110010 11101001 10111001 11000 0 10101 1001 10000000 111000 1010001

Color Harmonies of #B2E9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9B9

Black with #B2E9B9

Text Example


Text Example

White with #B2E9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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