Html Css Color HEX #B3ECC0 Fringy Flower

📋 copy color: '#B3ECC0'

red 179 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #B3ECC0

Tints of Fringy Flower #B3ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.88%

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 29.49%
G = 38.88%
B = 31.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B3ECC0 (or 0xB3ECC0) is known color: Fringy Flower. HEX triplet: B3, EC and C0. RGB value is (179,236,192). Sum of RGB (Red+Green+Blue) = 179+236+192=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECC0 is #4C133F. Grayscale: #D6D6D6. Windows color (decimal): -4985664 or 12643507. OLE color: 12643507.

HSL color Cylindrical-coordinate representation of color #B3ECC0: hue angle of 133.68º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECC0 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 236 192 -
CMYK 0.24 0 0.19 0.07
HSL 133.68º 0.6% 0.81% -
HSV(B) 133.68º 0.24% 0.93% -
XYZ 58.1 73.38 60.97 -
YUV 213.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 179 236 192 0.24 0 0.19 0.07 133.68 0.6 0.81
Hex B3 EC C0 18 0 13 7 86 3C 51
Octal 263 354 300 30 0 23 7 206 74 121
Binary 10110011 11101100 11000000 11000 0 10011 111 10000110 111100 1010001

Color Harmonies of #B3ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ECC0

Black with #B3ECC0

Text Example


Text Example

White with #B3ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ECC0; }

 p { color: rgb(179,236,192); }

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

background-color css

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

 a { background-color: rgb(179,236,192); }

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

border-color css

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

 span { border-color: rgb(179,236,192); }

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