Html Css Color HEX #B1DBBB Fringy Flower

📋 copy color: '#B1DBBB'

red 177 ◦ green 219 ◦ blue 187

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

Shades of Fringy Flower #B1DBBB

Tints of Fringy Flower #B1DBBB

RGB

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

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

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

R = 30.36%
G = 37.56%
B = 32.08%

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

#B1DBBB (or 0xB1DBBB) is known color: Fringy Flower. HEX triplet: B1, DB and BB. RGB value is (177,219,187). Sum of RGB (Red+Green+Blue) = 177+219+187=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBBB is #4E2444. Grayscale: #CACACA. Windows color (decimal): -5121093 or 12311473. OLE color: 12311473.

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

Color convert

RGB 177 219 187 -
CMYK 0.19 0 0.15 0.14
HSL 134.29º 0.37% 0.78% -
HSV(B) 134.29º 0.19% 0.86% -
XYZ 52.43 63.6 56.53 -
YUV 202.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 177 219 187 0.19 0 0.15 0.14 134.29 0.37 0.78
Hex B1 DB BB 13 0 F E 86 25 4E
Octal 261 333 273 23 0 17 16 206 45 116
Binary 10110001 11011011 10111011 10011 0 1111 1110 10000110 100101 1001110

Color Harmonies of #B1DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBBB

Black with #B1DBBB

Text Example


Text Example

White with #B1DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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