Html Css Color HEX #B1DABB Fringy Flower

📋 copy color: '#B1DABB'

red 177 ◦ green 218 ◦ blue 187

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

Shades of Fringy Flower #B1DABB

Tints of Fringy Flower #B1DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

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

R = 30.41%
G = 37.46%
B = 32.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B1DABB (or 0xB1DABB) is known color: Fringy Flower. HEX triplet: B1, DA and BB. RGB value is (177,218,187). Sum of RGB (Red+Green+Blue) = 177+218+187=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DABB is #4E2544. Grayscale: #CACACA. Windows color (decimal): -5121349 or 12311217. OLE color: 12311217.

HSL color Cylindrical-coordinate representation of color #B1DABB: hue angle of 134.63º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DABB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 187 -
CMYK 0.19 0 0.14 0.15
HSL 134.63º 0.36% 0.77% -
HSV(B) 134.63º 0.19% 0.85% -
XYZ 52.17 63.08 56.44 -
YUV 202.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 177 218 187 0.19 0 0.14 0.15 134.63 0.36 0.77
Hex B1 DA BB 13 0 E F 87 24 4D
Octal 261 332 273 23 0 16 17 207 44 115
Binary 10110001 11011010 10111011 10011 0 1110 1111 10000111 100100 1001101

Color Harmonies of #B1DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DABB

Black with #B1DABB

Text Example


Text Example

White with #B1DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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