Html Css Color HEX #B0E2C2 Fringy Flower

📋 copy color: '#B0E2C2'

red 176 ◦ green 226 ◦ blue 194

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

Shades of Fringy Flower #B0E2C2

Tints of Fringy Flower #B0E2C2

RGB

 RED value IS 176 (69.14% from 255) = 29.53%

 GREEN value IS 226 (88.67% from 255) = 37.92%

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

R = 29.53%
G = 37.92%
B = 32.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#B0E2C2 (or 0xB0E2C2) is known color: Fringy Flower. HEX triplet: B0, E2 and C2. RGB value is (176,226,194). Sum of RGB (Red+Green+Blue) = 176+226+194=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2C2 is #4F1D3D. Grayscale: #CFCFCF. Windows color (decimal): -5184830 or 12772016. OLE color: 12772016.

HSL color Cylindrical-coordinate representation of color #B0E2C2: hue angle of 141.6º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2C2 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 194 -
CMYK 0.22 0 0.14 0.11
HSL 141.6º 0.46% 0.79% -
HSV(B) 141.6º 0.22% 0.89% -
XYZ 54.84 67.52 61.18 -
YUV 207.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 176 226 194 0.22 0 0.14 0.11 141.6 0.46 0.79
Hex B0 E2 C2 16 0 E B 8E 2E 4F
Octal 260 342 302 26 0 16 13 216 56 117
Binary 10110000 11100010 11000010 10110 0 1110 1011 10001110 101110 1001111

Color Harmonies of #B0E2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2C2

Black with #B0E2C2

Text Example


Text Example

White with #B0E2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2C2; }

 p { color: rgb(176,226,194); }

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

background-color css

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

 a { background-color: rgb(176,226,194); }

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

border-color css

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

 span { border-color: rgb(176,226,194); }

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