Html Css Color HEX #B2EAC5 Fringy Flower

📋 copy color: '#B2EAC5'

red 178 ◦ green 234 ◦ blue 197

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

Shades of Fringy Flower #B2EAC5

Tints of Fringy Flower #B2EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.42%

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 29.23%
G = 38.42%
B = 32.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#B2EAC5 (or 0xB2EAC5) is known color: Fringy Flower. HEX triplet: B2, EA and C5. RGB value is (178,234,197). Sum of RGB (Red+Green+Blue) = 178+234+197=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAC5 is #4D153A. Grayscale: #D5D5D5. Windows color (decimal): -5051707 or 12970674. OLE color: 12970674.

HSL color Cylindrical-coordinate representation of color #B2EAC5: hue angle of 140.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAC5 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 234 197 -
CMYK 0.24 0 0.16 0.08
HSL 140.36º 0.57% 0.81% -
HSV(B) 140.36º 0.24% 0.92% -
XYZ 57.86 72.34 63.74 -
YUV 213.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 178 234 197 0.24 0 0.16 0.08 140.36 0.57 0.81
Hex B2 EA C5 18 0 10 8 8C 39 51
Octal 262 352 305 30 0 20 10 214 71 121
Binary 10110010 11101010 11000101 11000 0 10000 1000 10001100 111001 1010001

Color Harmonies of #B2EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAC5

Black with #B2EAC5

Text Example


Text Example

White with #B2EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAC5; }

 p { color: rgb(178,234,197); }

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

background-color css

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

 a { background-color: rgb(178,234,197); }

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

border-color css

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

 span { border-color: rgb(178,234,197); }

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