Html Css Color HEX #B1DEBC Fringy Flower

📋 copy color: '#B1DEBC'

red 177 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #B1DEBC

Tints of Fringy Flower #B1DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 188 (73.83% from 255) = 32.03%

R = 30.15%
G = 37.82%
B = 32.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B1DEBC (or 0xB1DEBC) is known color: Fringy Flower. HEX triplet: B1, DE and BC. RGB value is (177,222,188). Sum of RGB (Red+Green+Blue) = 177+222+188=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEBC is #4E2143. Grayscale: #CCCCCC. Windows color (decimal): -5120324 or 12377777. OLE color: 12377777.

HSL color Cylindrical-coordinate representation of color #B1DEBC: hue angle of 134.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DEBC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 188 -
CMYK 0.20 0 0.15 0.13
HSL 134.67º 0.41% 0.78% -
HSV(B) 134.67º 0.2% 0.87% -
XYZ 53.33 65.22 57.35 -
YUV 204.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 177 222 188 0.20 0 0.15 0.13 134.67 0.41 0.78
Hex B1 DE BC 14 0 F D 87 29 4E
Octal 261 336 274 24 0 17 15 207 51 116
Binary 10110001 11011110 10111100 10100 0 1111 1101 10000111 101001 1001110

Color Harmonies of #B1DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEBC

Black with #B1DEBC

Text Example


Text Example

White with #B1DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEBC; }

 p { color: rgb(177,222,188); }

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

background-color css

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

 a { background-color: rgb(177,222,188); }

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

border-color css

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

 span { border-color: rgb(177,222,188); }

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