Html Css Color HEX #B0D6BD Nebula

📋 copy color: '#B0D6BD'

red 176 ◦ green 214 ◦ blue 189

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

Shades of Nebula #B0D6BD

Tints of Nebula #B0D6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 30.4%
G = 36.96%
B = 32.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#B0D6BD (or 0xB0D6BD) is known color: Nebula. HEX triplet: B0, D6 and BD. RGB value is (176,214,189). Sum of RGB (Red+Green+Blue) = 176+214+189=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6BD is #4F2942. Grayscale: #C7C7C7. Windows color (decimal): -5187907 or 12441264. OLE color: 12441264.

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

Color convert

RGB 176 214 189 -
CMYK 0.18 0 0.12 0.16
HSL 140.53º 0.32% 0.76% -
HSV(B) 140.53º 0.18% 0.84% -
XYZ 51.14 61 57.22 -
YUV 199.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 176 214 189 0.18 0 0.12 0.16 140.53 0.32 0.76
Hex B0 D6 BD 12 0 C 10 8D 20 4C
Octal 260 326 275 22 0 14 20 215 40 114
Binary 10110000 11010110 10111101 10010 0 1100 10000 10001101 100000 1001100

Color Harmonies of #B0D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6BD

Black with #B0D6BD

Text Example


Text Example

White with #B0D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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