Html Css Color HEX #B1EBC3 Fringy Flower

📋 copy color: '#B1EBC3'

red 177 ◦ green 235 ◦ blue 195

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

Shades of Fringy Flower #B1EBC3

Tints of Fringy Flower #B1EBC3

RGB

 RED value IS 177 (69.53% from 255) = 29.16%

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

 BLUE value IS 195 (76.56% from 255) = 32.13%

R = 29.16%
G = 38.71%
B = 32.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B1EBC3 (or 0xB1EBC3) is known color: Fringy Flower. HEX triplet: B1, EB and C3. RGB value is (177,235,195). Sum of RGB (Red+Green+Blue) = 177+235+195=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC3 is #4E143C. Grayscale: #D5D5D5. Windows color (decimal): -5116989 or 12839857. OLE color: 12839857.

HSL color Cylindrical-coordinate representation of color #B1EBC3: hue angle of 138.62º degrees, saturation: 0.59, 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 #B1EBC3 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 195 -
CMYK 0.25 0 0.17 0.08
HSL 138.62º 0.59% 0.81% -
HSV(B) 138.62º 0.25% 0.92% -
XYZ 57.69 72.7 62.62 -
YUV 213.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 177 235 195 0.25 0 0.17 0.08 138.62 0.59 0.81
Hex B1 EB C3 19 0 11 8 8B 3B 51
Octal 261 353 303 31 0 21 10 213 73 121
Binary 10110001 11101011 11000011 11001 0 10001 1000 10001011 111011 1010001

Color Harmonies of #B1EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBC3

Black with #B1EBC3

Text Example


Text Example

White with #B1EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBC3; }

 p { color: rgb(177,235,195); }

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

background-color css

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

 a { background-color: rgb(177,235,195); }

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

border-color css

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

 span { border-color: rgb(177,235,195); }

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