Html Css Color HEX #B3EFC2 Fringy Flower

📋 copy color: '#B3EFC2'

red 179 ◦ green 239 ◦ blue 194

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

Shades of Fringy Flower #B3EFC2

Tints of Fringy Flower #B3EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.05%

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

R = 29.25%
G = 39.05%
B = 31.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#B3EFC2 (or 0xB3EFC2) is known color: Fringy Flower. HEX triplet: B3, EF and C2. RGB value is (179,239,194). Sum of RGB (Red+Green+Blue) = 179+239+194=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFC2 is #4C103D. Grayscale: #D8D8D8. Windows color (decimal): -4984894 or 12775347. OLE color: 12775347.

HSL color Cylindrical-coordinate representation of color #B3EFC2: hue angle of 135º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFC2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 239 194 -
CMYK 0.25 0 0.19 0.06
HSL 135º 0.65% 0.82% -
HSV(B) 135º 0.25% 0.94% -
XYZ 59.19 75.21 62.44 -
YUV 215.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 179 239 194 0.25 0 0.19 0.06 135 0.65 0.82
Hex B3 EF C2 19 0 13 6 87 41 52
Octal 263 357 302 31 0 23 6 207 101 122
Binary 10110011 11101111 11000010 11001 0 10011 110 10000111 1000001 1010010

Color Harmonies of #B3EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFC2

Black with #B3EFC2

Text Example


Text Example

White with #B3EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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