Html Css Color HEX #B1DCBA Fringy Flower

📋 copy color: '#B1DCBA'

red 177 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #B1DCBA

Tints of Fringy Flower #B1DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 30.36%
G = 37.74%
B = 31.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B1DCBA (or 0xB1DCBA) is known color: Fringy Flower. HEX triplet: B1, DC and BA. RGB value is (177,220,186). Sum of RGB (Red+Green+Blue) = 177+220+186=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCBA is #4E2345. Grayscale: #CBCBCB. Windows color (decimal): -5120838 or 12246193. OLE color: 12246193.

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

Color convert

RGB 177 220 186 -
CMYK 0.20 0 0.15 0.14
HSL 132.56º 0.38% 0.78% -
HSV(B) 132.56º 0.2% 0.86% -
XYZ 52.59 64.08 56.05 -
YUV 203.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 177 220 186 0.20 0 0.15 0.14 132.56 0.38 0.78
Hex B1 DC BA 14 0 F E 85 26 4E
Octal 261 334 272 24 0 17 16 205 46 116
Binary 10110001 11011100 10111010 10100 0 1111 1110 10000101 100110 1001110

Color Harmonies of #B1DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCBA

Black with #B1DCBA

Text Example


Text Example

White with #B1DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCBA; }

 p { color: rgb(177,220,186); }

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

background-color css

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

 a { background-color: rgb(177,220,186); }

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

border-color css

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

 span { border-color: rgb(177,220,186); }

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