Html Css Color HEX #B3EAC2 Fringy Flower

📋 copy color: '#B3EAC2'

red 179 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #B3EAC2

Tints of Fringy Flower #B3EAC2

RGB

 RED value IS 179 (70.31% from 255) = 29.49%

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

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

R = 29.49%
G = 38.55%
B = 31.96%

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

#B3EAC2 (or 0xB3EAC2) is known color: Fringy Flower. HEX triplet: B3, EA and C2. RGB value is (179,234,194). Sum of RGB (Red+Green+Blue) = 179+234+194=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EAC2 is #4C153D. Grayscale: #D5D5D5. Windows color (decimal): -4986174 or 12774067. OLE color: 12774067.

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

Color convert

RGB 179 234 194 -
CMYK 0.24 0 0.17 0.08
HSL 136.36º 0.57% 0.81% -
HSV(B) 136.36º 0.24% 0.92% -
XYZ 57.75 72.32 61.96 -
YUV 213 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 179 234 194 0.24 0 0.17 0.08 136.36 0.57 0.81
Hex B3 EA C2 18 0 11 8 88 39 51
Octal 263 352 302 30 0 21 10 210 71 121
Binary 10110011 11101010 11000010 11000 0 10001 1000 10001000 111001 1010001

Color Harmonies of #B3EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EAC2

Black with #B3EAC2

Text Example


Text Example

White with #B3EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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