Html Css Color HEX #B0E5C2 Fringy Flower

📋 copy color: '#B0E5C2'

red 176 ◦ green 229 ◦ blue 194

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

Shades of Fringy Flower #B0E5C2

Tints of Fringy Flower #B0E5C2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.23%

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

R = 29.38%
G = 38.23%
B = 32.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#B0E5C2 (or 0xB0E5C2) is known color: Fringy Flower. HEX triplet: B0, E5 and C2. RGB value is (176,229,194). Sum of RGB (Red+Green+Blue) = 176+229+194=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5C2 is #4F1A3D. Grayscale: #D1D1D1. Windows color (decimal): -5184062 or 12772784. OLE color: 12772784.

HSL color Cylindrical-coordinate representation of color #B0E5C2: hue angle of 140.38º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5C2 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 194 -
CMYK 0.23 0 0.15 0.10
HSL 140.38º 0.5% 0.79% -
HSV(B) 140.38º 0.23% 0.9% -
XYZ 55.66 69.16 61.46 -
YUV 209.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 176 229 194 0.23 0 0.15 0.10 140.38 0.5 0.79
Hex B0 E5 C2 17 0 F A 8C 32 4F
Octal 260 345 302 27 0 17 12 214 62 117
Binary 10110000 11100101 11000010 10111 0 1111 1010 10001100 110010 1001111

Color Harmonies of #B0E5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5C2

Black with #B0E5C2

Text Example


Text Example

White with #B0E5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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