Html Css Color HEX #B2E9C3 Fringy Flower

📋 copy color: '#B2E9C3'

red 178 ◦ green 233 ◦ blue 195

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

Shades of Fringy Flower #B2E9C3

Tints of Fringy Flower #B2E9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 29.37%
G = 38.45%
B = 32.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#B2E9C3 (or 0xB2E9C3) is known color: Fringy Flower. HEX triplet: B2, E9 and C3. RGB value is (178,233,195). Sum of RGB (Red+Green+Blue) = 178+233+195=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9C3 is #4D163C. Grayscale: #D4D4D4. Windows color (decimal): -5051965 or 12839346. OLE color: 12839346.

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

Color convert

RGB 178 233 195 -
CMYK 0.24 0 0.16 0.09
HSL 138.55º 0.56% 0.81% -
HSV(B) 138.55º 0.24% 0.91% -
XYZ 57.35 71.68 62.44 -
YUV 212.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 178 233 195 0.24 0 0.16 0.09 138.55 0.56 0.81
Hex B2 E9 C3 18 0 10 9 8B 38 51
Octal 262 351 303 30 0 20 11 213 70 121
Binary 10110010 11101001 11000011 11000 0 10000 1001 10001011 111000 1010001

Color Harmonies of #B2E9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9C3

Black with #B2E9C3

Text Example


Text Example

White with #B2E9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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