Html Css Color HEX #B2EAC4 Fringy Flower

📋 copy color: '#B2EAC4'

red 178 ◦ green 234 ◦ blue 196

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

Shades of Fringy Flower #B2EAC4

Tints of Fringy Flower #B2EAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 29.28%
G = 38.49%
B = 32.24%

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

#B2EAC4 (or 0xB2EAC4) is known color: Fringy Flower. HEX triplet: B2, EA and C4. RGB value is (178,234,196). Sum of RGB (Red+Green+Blue) = 178+234+196=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAC4 is #4D153B. Grayscale: #D5D5D5. Windows color (decimal): -5051708 or 12905138. OLE color: 12905138.

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

Color convert

RGB 178 234 196 -
CMYK 0.24 0 0.16 0.08
HSL 139.29º 0.57% 0.81% -
HSV(B) 139.29º 0.24% 0.92% -
XYZ 57.75 72.3 63.14 -
YUV 212.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 178 234 196 0.24 0 0.16 0.08 139.29 0.57 0.81
Hex B2 EA C4 18 0 10 8 8B 39 51
Octal 262 352 304 30 0 20 10 213 71 121
Binary 10110010 11101010 11000100 11000 0 10000 1000 10001011 111001 1010001

Color Harmonies of #B2EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAC4

Black with #B2EAC4

Text Example


Text Example

White with #B2EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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