Html Css Color HEX #B1DDBC Fringy Flower

📋 copy color: '#B1DDBC'

red 177 ◦ green 221 ◦ blue 188

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

Shades of Fringy Flower #B1DDBC

Tints of Fringy Flower #B1DDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

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

R = 30.2%
G = 37.71%
B = 32.08%

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

#B1DDBC (or 0xB1DDBC) is known color: Fringy Flower. HEX triplet: B1, DD and BC. RGB value is (177,221,188). Sum of RGB (Red+Green+Blue) = 177+221+188=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDBC is #4E2243. Grayscale: #CCCCCC. Windows color (decimal): -5120580 or 12377521. OLE color: 12377521.

HSL color Cylindrical-coordinate representation of color #B1DDBC: hue angle of 135º degrees, saturation: 0.39, 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 #B1DDBC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 188 -
CMYK 0.20 0 0.15 0.13
HSL 135º 0.39% 0.78% -
HSV(B) 135º 0.2% 0.87% -
XYZ 53.07 64.69 57.27 -
YUV 204.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 177 221 188 0.20 0 0.15 0.13 135 0.39 0.78
Hex B1 DD BC 14 0 F D 87 27 4E
Octal 261 335 274 24 0 17 15 207 47 116
Binary 10110001 11011101 10111100 10100 0 1111 1101 10000111 100111 1001110

Color Harmonies of #B1DDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDBC

Black with #B1DDBC

Text Example


Text Example

White with #B1DDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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