Html Css Color HEX #B0EBC1 Fringy Flower

📋 copy color: '#B0EBC1'

red 176 ◦ green 235 ◦ blue 193

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

Shades of Fringy Flower #B0EBC1

Tints of Fringy Flower #B0EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

 BLUE value IS 193 (75.78% from 255) = 31.95%

R = 29.14%
G = 38.91%
B = 31.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#B0EBC1 (or 0xB0EBC1) is known color: Fringy Flower. HEX triplet: B0, EB and C1. RGB value is (176,235,193). Sum of RGB (Red+Green+Blue) = 176+235+193=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC1 is #4F143E. Grayscale: #D4D4D4. Windows color (decimal): -5182527 or 12708784. OLE color: 12708784.

HSL color Cylindrical-coordinate representation of color #B0EBC1: hue angle of 137.29º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBC1 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 193 -
CMYK 0.25 0 0.18 0.08
HSL 137.29º 0.6% 0.81% -
HSV(B) 137.29º 0.25% 0.92% -
XYZ 57.24 72.5 61.43 -
YUV 212.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 176 235 193 0.25 0 0.18 0.08 137.29 0.6 0.81
Hex B0 EB C1 19 0 12 8 89 3C 51
Octal 260 353 301 31 0 22 10 211 74 121
Binary 10110000 11101011 11000001 11001 0 10010 1000 10001001 111100 1010001

Color Harmonies of #B0EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBC1

Black with #B0EBC1

Text Example


Text Example

White with #B0EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBC1; }

 p { color: rgb(176,235,193); }

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

background-color css

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

 a { background-color: rgb(176,235,193); }

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

border-color css

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

 span { border-color: rgb(176,235,193); }

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