Html Css Color HEX #B2EAC2 Fringy Flower

📋 copy color: '#B2EAC2'

red 178 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #B2EAC2

Tints of Fringy Flower #B2EAC2

RGB

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

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

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

R = 29.37%
G = 38.61%
B = 32.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B2EAC2 (or 0xB2EAC2) is known color: Fringy Flower. HEX triplet: B2, EA and C2. RGB value is (178,234,194). Sum of RGB (Red+Green+Blue) = 178+234+194=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAC2 is #4D153D. Grayscale: #D4D4D4. Windows color (decimal): -5051710 or 12774066. OLE color: 12774066.

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

Color convert

RGB 178 234 194 -
CMYK 0.24 0 0.17 0.08
HSL 137.14º 0.57% 0.81% -
HSV(B) 137.14º 0.24% 0.92% -
XYZ 57.52 72.21 61.94 -
YUV 212.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 178 234 194 0.24 0 0.17 0.08 137.14 0.57 0.81
Hex B2 EA C2 18 0 11 8 89 39 51
Octal 262 352 302 30 0 21 10 211 71 121
Binary 10110010 11101010 11000010 11000 0 10001 1000 10001001 111001 1010001

Color Harmonies of #B2EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAC2

Black with #B2EAC2

Text Example


Text Example

White with #B2EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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