Html Css Color HEX #B1DDBD Fringy Flower

📋 copy color: '#B1DDBD'

red 177 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #B1DDBD

Tints of Fringy Flower #B1DDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 30.15%
G = 37.65%
B = 32.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B1DDBD (or 0xB1DDBD) is known color: Fringy Flower. HEX triplet: B1, DD and BD. RGB value is (177,221,189). Sum of RGB (Red+Green+Blue) = 177+221+189=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDBD is #4E2242. Grayscale: #CCCCCC. Windows color (decimal): -5120579 or 12443057. OLE color: 12443057.

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

Color convert

RGB 177 221 189 -
CMYK 0.20 0 0.14 0.13
HSL 136.36º 0.39% 0.78% -
HSV(B) 136.36º 0.2% 0.87% -
XYZ 53.17 64.73 57.84 -
YUV 204.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 177 221 189 0.20 0 0.14 0.13 136.36 0.39 0.78
Hex B1 DD BD 14 0 E D 88 27 4E
Octal 261 335 275 24 0 16 15 210 47 116
Binary 10110001 11011101 10111101 10100 0 1110 1101 10001000 100111 1001110

Color Harmonies of #B1DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDBD

Black with #B1DDBD

Text Example


Text Example

White with #B1DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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