Html Css Color HEX #B1DAB6 Fringy Flower

📋 copy color: '#B1DAB6'

red 177 ◦ green 218 ◦ blue 182

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

Shades of Fringy Flower #B1DAB6

Tints of Fringy Flower #B1DAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 30.68%
G = 37.78%
B = 31.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#B1DAB6 (or 0xB1DAB6) is known color: Fringy Flower. HEX triplet: B1, DA and B6. RGB value is (177,218,182). Sum of RGB (Red+Green+Blue) = 177+218+182=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAB6 is #4E2549. Grayscale: #C9C9C9. Windows color (decimal): -5121354 or 11983537. OLE color: 11983537.

HSL color Cylindrical-coordinate representation of color #B1DAB6: hue angle of 127.32º 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 #B1DAB6 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 182 -
CMYK 0.19 0 0.17 0.15
HSL 127.32º 0.36% 0.77% -
HSV(B) 127.32º 0.19% 0.85% -
XYZ 51.65 62.87 53.67 -
YUV 201.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 177 218 182 0.19 0 0.17 0.15 127.32 0.36 0.77
Hex B1 DA B6 13 0 11 F 7F 24 4D
Octal 261 332 266 23 0 21 17 177 44 115
Binary 10110001 11011010 10110110 10011 0 10001 1111 1111111 100100 1001101

Color Harmonies of #B1DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DAB6

Black with #B1DAB6

Text Example


Text Example

White with #B1DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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