Html Css Color HEX #B0E3C0 Fringy Flower

📋 copy color: '#B0E3C0'

red 176 ◦ green 227 ◦ blue 192

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

Shades of Fringy Flower #B0E3C0

Tints of Fringy Flower #B0E3C0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.15%

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

R = 29.58%
G = 38.15%
B = 32.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#B0E3C0 (or 0xB0E3C0) is known color: Fringy Flower. HEX triplet: B0, E3 and C0. RGB value is (176,227,192). Sum of RGB (Red+Green+Blue) = 176+227+192=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3C0 is #4F1C3F. Grayscale: #CFCFCF. Windows color (decimal): -5184576 or 12641200. OLE color: 12641200.

HSL color Cylindrical-coordinate representation of color #B0E3C0: hue angle of 138.82º degrees, saturation: 0.48, 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 #B0E3C0 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 192 -
CMYK 0.22 0 0.15 0.11
HSL 138.82º 0.48% 0.79% -
HSV(B) 138.82º 0.22% 0.89% -
XYZ 54.89 67.97 60.1 -
YUV 207.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 176 227 192 0.22 0 0.15 0.11 138.82 0.48 0.79
Hex B0 E3 C0 16 0 F B 8B 30 4F
Octal 260 343 300 26 0 17 13 213 60 117
Binary 10110000 11100011 11000000 10110 0 1111 1011 10001011 110000 1001111

Color Harmonies of #B0E3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3C0

Black with #B0E3C0

Text Example


Text Example

White with #B0E3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3C0; }

 p { color: rgb(176,227,192); }

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

background-color css

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

 a { background-color: rgb(176,227,192); }

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

border-color css

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

 span { border-color: rgb(176,227,192); }

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