Html Css Color HEX #B0D6BB Fringy Flower

📋 copy color: '#B0D6BB'

red 176 ◦ green 214 ◦ blue 187

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

Shades of Fringy Flower #B0D6BB

Tints of Fringy Flower #B0D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

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

R = 30.5%
G = 37.09%
B = 32.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B0D6BB (or 0xB0D6BB) is known color: Fringy Flower. HEX triplet: B0, D6 and BB. RGB value is (176,214,187). Sum of RGB (Red+Green+Blue) = 176+214+187=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6BB is #4F2944. Grayscale: #C7C7C7. Windows color (decimal): -5187909 or 12310192. OLE color: 12310192.

HSL color Cylindrical-coordinate representation of color #B0D6BB: hue angle of 137.37º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D6BB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 187 -
CMYK 0.18 0 0.13 0.16
HSL 137.37º 0.32% 0.76% -
HSV(B) 137.37º 0.18% 0.84% -
XYZ 50.92 60.91 56.09 -
YUV 199.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 176 214 187 0.18 0 0.13 0.16 137.37 0.32 0.76
Hex B0 D6 BB 12 0 D 10 89 20 4C
Octal 260 326 273 22 0 15 20 211 40 114
Binary 10110000 11010110 10111011 10010 0 1101 10000 10001001 100000 1001100

Color Harmonies of #B0D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6BB

Black with #B0D6BB

Text Example


Text Example

White with #B0D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6BB; }

 p { color: rgb(176,214,187); }

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

background-color css

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

 a { background-color: rgb(176,214,187); }

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

border-color css

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

 span { border-color: rgb(176,214,187); }

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