Html Css Color HEX #B0DBB9 Fringy Flower

📋 copy color: '#B0DBB9'

red 176 ◦ green 219 ◦ blue 185

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

Shades of Fringy Flower #B0DBB9

Tints of Fringy Flower #B0DBB9

RGB

 RED value IS 176 (69.14% from 255) = 30.34%

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

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 30.34%
G = 37.76%
B = 31.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#B0DBB9 (or 0xB0DBB9) is known color: Fringy Flower. HEX triplet: B0, DB and B9. RGB value is (176,219,185). Sum of RGB (Red+Green+Blue) = 176+219+185=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBB9 is #4F2446. Grayscale: #CACACA. Windows color (decimal): -5186631 or 12180400. OLE color: 12180400.

HSL color Cylindrical-coordinate representation of color #B0DBB9: hue angle of 132.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBB9 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 185 -
CMYK 0.20 0 0.16 0.14
HSL 132.56º 0.37% 0.77% -
HSV(B) 132.56º 0.2% 0.86% -
XYZ 51.99 63.4 55.4 -
YUV 202.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 176 219 185 0.20 0 0.16 0.14 132.56 0.37 0.77
Hex B0 DB B9 14 0 10 E 85 25 4D
Octal 260 333 271 24 0 20 16 205 45 115
Binary 10110000 11011011 10111001 10100 0 10000 1110 10000101 100101 1001101

Color Harmonies of #B0DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBB9

Black with #B0DBB9

Text Example


Text Example

White with #B0DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBB9; }

 p { color: rgb(176,219,185); }

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

background-color css

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

 a { background-color: rgb(176,219,185); }

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

border-color css

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

 span { border-color: rgb(176,219,185); }

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