Html Css Color HEX #B1DDBA Fringy Flower

📋 copy color: '#B1DDBA'

red 177 ◦ green 221 ◦ blue 186

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

Shades of Fringy Flower #B1DDBA

Tints of Fringy Flower #B1DDBA

RGB

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

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

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

R = 30.31%
G = 37.84%
B = 31.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#B1DDBA (or 0xB1DDBA) is known color: Fringy Flower. HEX triplet: B1, DD and BA. RGB value is (177,221,186). Sum of RGB (Red+Green+Blue) = 177+221+186=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDBA is #4E2245. Grayscale: #CBCBCB. Windows color (decimal): -5120582 or 12246449. OLE color: 12246449.

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

Color convert

RGB 177 221 186 -
CMYK 0.20 0 0.16 0.13
HSL 132.27º 0.39% 0.78% -
HSV(B) 132.27º 0.2% 0.87% -
XYZ 52.85 64.61 56.14 -
YUV 203.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 177 221 186 0.20 0 0.16 0.13 132.27 0.39 0.78
Hex B1 DD BA 14 0 10 D 84 27 4E
Octal 261 335 272 24 0 20 15 204 47 116
Binary 10110001 11011101 10111010 10100 0 10000 1101 10000100 100111 1001110

Color Harmonies of #B1DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDBA

Black with #B1DDBA

Text Example


Text Example

White with #B1DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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