Html Css Color HEX #B0DBBA Fringy Flower

📋 copy color: '#B0DBBA'

red 176 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #B0DBBA

Tints of Fringy Flower #B0DBBA

RGB

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

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

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

R = 30.29%
G = 37.69%
B = 32.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B0DBBA (or 0xB0DBBA) is known color: Fringy Flower. HEX triplet: B0, DB and BA. RGB value is (176,219,186). Sum of RGB (Red+Green+Blue) = 176+219+186=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBBA is #4F2445. Grayscale: #CACACA. Windows color (decimal): -5186630 or 12245936. OLE color: 12245936.

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

Color convert

RGB 176 219 186 -
CMYK 0.20 0 0.15 0.14
HSL 133.95º 0.37% 0.77% -
HSV(B) 133.95º 0.2% 0.86% -
XYZ 52.1 63.44 55.95 -
YUV 202.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 176 219 186 0.20 0 0.15 0.14 133.95 0.37 0.77
Hex B0 DB BA 14 0 F E 86 25 4D
Octal 260 333 272 24 0 17 16 206 45 115
Binary 10110000 11011011 10111010 10100 0 1111 1110 10000110 100101 1001101

Color Harmonies of #B0DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBBA

Black with #B0DBBA

Text Example


Text Example

White with #B0DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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