Html Css Color HEX #B2E9C2 Fringy Flower

📋 copy color: '#B2E9C2'

red 178 ◦ green 233 ◦ blue 194

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

Shades of Fringy Flower #B2E9C2

Tints of Fringy Flower #B2E9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 29.42%
G = 38.51%
B = 32.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#B2E9C2 (or 0xB2E9C2) is known color: Fringy Flower. HEX triplet: B2, E9 and C2. RGB value is (178,233,194). Sum of RGB (Red+Green+Blue) = 178+233+194=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9C2 is #4D163D. Grayscale: #D4D4D4. Windows color (decimal): -5051966 or 12773810. OLE color: 12773810.

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

Color convert

RGB 178 233 194 -
CMYK 0.24 0 0.17 0.09
HSL 137.45º 0.56% 0.81% -
HSV(B) 137.45º 0.24% 0.91% -
XYZ 57.24 71.64 61.85 -
YUV 212.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 178 233 194 0.24 0 0.17 0.09 137.45 0.56 0.81
Hex B2 E9 C2 18 0 11 9 89 38 51
Octal 262 351 302 30 0 21 11 211 70 121
Binary 10110010 11101001 11000010 11000 0 10001 1001 10001001 111000 1010001

Color Harmonies of #B2E9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9C2

Black with #B2E9C2

Text Example


Text Example

White with #B2E9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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