Html Css Color HEX #B0D7BB Fringy Flower

📋 copy color: '#B0D7BB'

red 176 ◦ green 215 ◦ blue 187

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

Shades of Fringy Flower #B0D7BB

Tints of Fringy Flower #B0D7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.2%

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

R = 30.45%
G = 37.2%
B = 32.35%

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

#B0D7BB (or 0xB0D7BB) is known color: Fringy Flower. HEX triplet: B0, D7 and BB. RGB value is (176,215,187). Sum of RGB (Red+Green+Blue) = 176+215+187=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7BB is #4F2844. Grayscale: #C8C8C8. Windows color (decimal): -5187653 or 12310448. OLE color: 12310448.

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

Color convert

RGB 176 215 187 -
CMYK 0.18 0 0.13 0.16
HSL 136.92º 0.33% 0.77% -
HSV(B) 136.92º 0.18% 0.84% -
XYZ 51.17 61.42 56.17 -
YUV 200.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 176 215 187 0.18 0 0.13 0.16 136.92 0.33 0.77
Hex B0 D7 BB 12 0 D 10 89 21 4D
Octal 260 327 273 22 0 15 20 211 41 115
Binary 10110000 11010111 10111011 10010 0 1101 10000 10001001 100001 1001101

Color Harmonies of #B0D7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7BB

Black with #B0D7BB

Text Example


Text Example

White with #B0D7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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