Html Css Color HEX #B1DBBA Fringy Flower

📋 copy color: '#B1DBBA'

red 177 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #B1DBBA

Tints of Fringy Flower #B1DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

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

R = 30.41%
G = 37.63%
B = 31.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B1DBBA (or 0xB1DBBA) is known color: Fringy Flower. HEX triplet: B1, DB and BA. RGB value is (177,219,186). Sum of RGB (Red+Green+Blue) = 177+219+186=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBBA is #4E2445. Grayscale: #CACACA. Windows color (decimal): -5121094 or 12245937. OLE color: 12245937.

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

Color convert

RGB 177 219 186 -
CMYK 0.19 0 0.15 0.14
HSL 132.86º 0.37% 0.78% -
HSV(B) 132.86º 0.19% 0.86% -
XYZ 52.33 63.56 55.96 -
YUV 202.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 177 219 186 0.19 0 0.15 0.14 132.86 0.37 0.78
Hex B1 DB BA 13 0 F E 85 25 4E
Octal 261 333 272 23 0 17 16 205 45 116
Binary 10110001 11011011 10111010 10011 0 1111 1110 10000101 100101 1001110

Color Harmonies of #B1DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBBA

Black with #B1DBBA

Text Example


Text Example

White with #B1DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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