Html Css Color HEX #B0DBB8 Fringy Flower

📋 copy color: '#B0DBB8'

red 176 ◦ green 219 ◦ blue 184

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

Shades of Fringy Flower #B0DBB8

Tints of Fringy Flower #B0DBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.78%

R = 30.4%
G = 37.82%
B = 31.78%

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

#B0DBB8 (or 0xB0DBB8) is known color: Fringy Flower. HEX triplet: B0, DB and B8. RGB value is (176,219,184). Sum of RGB (Red+Green+Blue) = 176+219+184=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBB8 is #4F2447. Grayscale: #CACACA. Windows color (decimal): -5186632 or 12114864. OLE color: 12114864.

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

Color convert

RGB 176 219 184 -
CMYK 0.20 0 0.16 0.14
HSL 131.16º 0.37% 0.77% -
HSV(B) 131.16º 0.2% 0.86% -
XYZ 51.89 63.35 54.84 -
YUV 202.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 176 219 184 0.20 0 0.16 0.14 131.16 0.37 0.77
Hex B0 DB B8 14 0 10 E 83 25 4D
Octal 260 333 270 24 0 20 16 203 45 115
Binary 10110000 11011011 10111000 10100 0 10000 1110 10000011 100101 1001101

Color Harmonies of #B0DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBB8

Black with #B0DBB8

Text Example


Text Example

White with #B0DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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