Html Css Color HEX #B1D6BB Fringy Flower

📋 copy color: '#B1D6BB'

red 177 ◦ green 214 ◦ blue 187

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

Shades of Fringy Flower #B1D6BB

Tints of Fringy Flower #B1D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 30.62%
G = 37.02%
B = 32.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B1D6BB (or 0xB1D6BB) is known color: Fringy Flower. HEX triplet: B1, D6 and BB. RGB value is (177,214,187). Sum of RGB (Red+Green+Blue) = 177+214+187=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6BB is #4E2944. Grayscale: #C7C7C7. Windows color (decimal): -5122373 or 12310193. OLE color: 12310193.

HSL color Cylindrical-coordinate representation of color #B1D6BB: hue angle of 136.22º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D6BB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 214 187 -
CMYK 0.17 0 0.13 0.16
HSL 136.22º 0.31% 0.77% -
HSV(B) 136.22º 0.17% 0.84% -
XYZ 51.15 61.03 56.1 -
YUV 199.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 177 214 187 0.17 0 0.13 0.16 136.22 0.31 0.77
Hex B1 D6 BB 11 0 D 10 88 1F 4D
Octal 261 326 273 21 0 15 20 210 37 115
Binary 10110001 11010110 10111011 10001 0 1101 10000 10001000 11111 1001101

Color Harmonies of #B1D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D6BB

Black with #B1D6BB

Text Example


Text Example

White with #B1D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D6BB; }

 p { color: rgb(177,214,187); }

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

background-color css

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

 a { background-color: rgb(177,214,187); }

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

border-color css

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

 span { border-color: rgb(177,214,187); }

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